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 static Operators |
PDFunctionType4.OPERATORS |
Modifier and Type | Field and Description |
---|---|
private Operators |
ExecutionContext.operators |
Modifier and Type | Method and Description |
---|---|
Operators |
ExecutionContext.getOperators()
Returns the operator set used by this execution context.
|
Constructor and Description |
---|
ExecutionContext(Operators operatorSet)
Creates a new execution context.
|