Class Operators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.Operators
-
public class Operators extends java.lang.ObjectThis class provides all the supported operators.
-
-
Constructor Summary
Constructors Constructor Description Operators()Creates a new Operators object with the default set of operators.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperatorgetOperator(java.lang.String operatorName)Returns the operator for the given operator name.
-
-
-
Method Detail
-
getOperator
public Operator getOperator(java.lang.String operatorName)
Returns the operator for the given operator name.- Parameters:
operatorName- the operator name- Returns:
- the operator (or null if there's no such operator
-
-