Uses of Class
org.apache.pdfbox.pdmodel.common.function.type4.Operators
-
Packages that use Operators 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 Operators in org.apache.pdfbox.pdmodel.common.function
Fields in org.apache.pdfbox.pdmodel.common.function declared as Operators Modifier and Type Field Description private static Operators
PDFunctionType4. OPERATORS
-
Uses of Operators in org.apache.pdfbox.pdmodel.common.function.type4
Fields in org.apache.pdfbox.pdmodel.common.function.type4 declared as Operators Modifier and Type Field Description private Operators
ExecutionContext. operators
Methods in org.apache.pdfbox.pdmodel.common.function.type4 that return Operators Modifier and Type Method Description Operators
ExecutionContext. getOperators()
Returns the operator set used by this execution context.Constructors in org.apache.pdfbox.pdmodel.common.function.type4 with parameters of type Operators Constructor Description ExecutionContext(Operators operatorSet)
Creates a new execution context.
-