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.
|
Class and Description |
---|
InstructionSequence
Represents an instruction sequence, a combination of values, operands and nested procedures.
|
Operators
This class provides all the supported operators.
|
Class and Description |
---|
BitwiseOperators.AbstractLogicalOperator
Abstract base class for logical operators.
|
ExecutionContext
Makes up the execution context, holding the available operators and the execution stack.
|
InstructionSequence
Represents an instruction sequence, a combination of values, operands and nested procedures.
|
Operator
Interface for PostScript operators.
|
Operators
This class provides all the supported operators.
|
Parser.AbstractSyntaxHandler
Abstract base class for a
Parser.SyntaxHandler . |
Parser.State
Used to indicate the parsers current state.
|
Parser.SyntaxHandler
This interface defines all possible syntactic elements of a Type 4 function.
|
RelationalOperators.AbstractNumberComparisonOperator
Abstract base class for number comparison operators.
|
RelationalOperators.Eq
Implements the "eq" operator.
|