Class Operators
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.common.function.type4.Operators
-
public class Operators extends Object
This 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(String operatorName)Returns the operator for the given operator name.
-