Class OperationSet
java.lang.Object
org.openpdf.renderer.function.postscript.operation.OperationSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static OperationSetprivate Map<String,PostScriptOperation> the set of all Operations we support. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OperationSetgetOperation(String token) private voidInitialize the operations that we can perform.
-
Field Details
-
operationSet
the set of all Operations we support. These operations are defined in Appendix B - Operators. -
instance
-
-
Constructor Details
-
OperationSet
private OperationSet()Constructor
-
-
Method Details
-
getInstance
- Returns:
-
getOperation
- Parameters:
token-- Returns:
-
initOperations
private void initOperations()Initialize the operations that we can perform.
-