Class Operators
java.lang.Object
org.apache.pdfbox.pdmodel.common.function.type4.Operators
This class provides all the supported operators.
- Version:
- $Revision$
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new Operators object with the default set of operators. -
Method Summary
Modifier and TypeMethodDescriptiongetOperator
(String operatorName) Returns the operator for the given operator name.
-
Constructor Details
-
Operators
public Operators()Creates a new Operators object with the default set of operators.
-
-
Method Details
-
getOperator
Returns the operator for the given operator name.- Parameters:
operatorName
- the operator name- Returns:
- the operator (or null if there's no such operator
-