Package | Description |
---|---|
org.apache.pdfbox.pdmodel.common.function.type4 |
This package contains Type 4 function support.
|
Modifier and Type | Method | Description |
---|---|---|
InstructionSequence |
InstructionSequenceBuilder.getInstructionSequence() |
Returns the instruction sequence that has been build from the syntactic elements.
|
static InstructionSequence |
InstructionSequenceBuilder.parse(java.lang.CharSequence text) |
Parses the given text into an instruction sequence representing a Type 4 function
that can be executed.
|
Modifier and Type | Method | Description |
---|---|---|
void |
InstructionSequence.addProc(InstructionSequence child) |
Adds a proc (sub-sequence of instructions).
|