Uses of Class
org.sejda.sambox.pdmodel.common.function.type4.InstructionSequence
Packages that use InstructionSequence
Package
Description
This package contains Type 4 function support.
-
Uses of InstructionSequence in org.sejda.sambox.pdmodel.common.function.type4
Methods in org.sejda.sambox.pdmodel.common.function.type4 that return InstructionSequenceModifier and TypeMethodDescriptionInstructionSequenceBuilder.getInstructionSequence()Returns the instruction sequence that has been build from the syntactic elements.static InstructionSequenceInstructionSequenceBuilder.parse(CharSequence text) Parses the given text into an instruction sequence representing a Type 4 function that can be executed.Methods in org.sejda.sambox.pdmodel.common.function.type4 with parameters of type InstructionSequenceModifier and TypeMethodDescriptionvoidInstructionSequence.addProc(InstructionSequence child) Adds a proc (sub-sequence of instructions).