Uses of Class
org.apache.pdfbox.pdmodel.common.function.type4.InstructionSequence
-
Packages that use InstructionSequence 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. -
-
Uses of InstructionSequence in org.apache.pdfbox.pdmodel.common.function
Fields in org.apache.pdfbox.pdmodel.common.function declared as InstructionSequence Modifier and Type Field Description private InstructionSequence
PDFunctionType4. instructions
-
Uses of InstructionSequence in org.apache.pdfbox.pdmodel.common.function.type4
Fields in org.apache.pdfbox.pdmodel.common.function.type4 declared as InstructionSequence Modifier and Type Field Description private InstructionSequence
InstructionSequenceBuilder. mainSequence
Fields in org.apache.pdfbox.pdmodel.common.function.type4 with type parameters of type InstructionSequence Modifier and Type Field Description private java.util.Stack<InstructionSequence>
InstructionSequenceBuilder. seqStack
Methods in org.apache.pdfbox.pdmodel.common.function.type4 that return InstructionSequence Modifier and Type Method 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.Methods in org.apache.pdfbox.pdmodel.common.function.type4 with parameters of type InstructionSequence Modifier and Type Method Description void
InstructionSequence. addProc(InstructionSequence child)
Adds a proc (sub-sequence of instructions).
-