Uses of Class
org.apache.pdfbox.pdmodel.common.function.type4.Operators

Packages that use Operators
org.apache.pdfbox.pdmodel.common.function.type4 This package contains Type 4 function support. 
 

Uses of Operators in org.apache.pdfbox.pdmodel.common.function.type4
 

Methods in org.apache.pdfbox.pdmodel.common.function.type4 that return Operators
 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
ExecutionContext(Operators operatorSet)
          Creates a new execution context.