Package | Description |
---|---|
org.apache.pdfbox.pdmodel.common.function |
This package contains functions that are available in the PDF specification.
|
org.apache.pdfbox.pdmodel.common.function.type4 |
This package contains Type 4 function support.
|
Modifier and Type | Field and Description |
---|---|
private InstructionSequence |
PDFunctionType4.instructions |
Modifier and Type | Field and Description |
---|---|
private InstructionSequence |
InstructionSequenceBuilder.mainSequence |
Modifier and Type | Field and Description |
---|---|
private java.util.Stack<InstructionSequence> |
InstructionSequenceBuilder.seqStack |
Modifier and Type | Method and Description |
---|---|
private InstructionSequence |
InstructionSequenceBuilder.getCurrentSequence() |
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 and Description |
---|---|
void |
InstructionSequence.addProc(InstructionSequence child)
Adds a proc (sub-sequence of instructions).
|