Uses of Class
org.apache.pdfbox.pdmodel.common.function.type4.Operators
Packages that use Operators
Package
Description
This package contains functions that are available in the PDF specification.
This package contains Type 4 function support.
-
Uses of Operators in org.apache.pdfbox.pdmodel.common.function
Fields in org.apache.pdfbox.pdmodel.common.function declared as Operators -
Uses of Operators in org.apache.pdfbox.pdmodel.common.function.type4
Fields in org.apache.pdfbox.pdmodel.common.function.type4 declared as OperatorsMethods in org.apache.pdfbox.pdmodel.common.function.type4 that return OperatorsModifier and TypeMethodDescriptionExecutionContext.getOperators()
Returns the operator set used by this execution context.Constructors in org.apache.pdfbox.pdmodel.common.function.type4 with parameters of type OperatorsModifierConstructorDescriptionExecutionContext
(Operators operatorSet) Creates a new execution context.