Class OperationSet
java.lang.Object
org.loboevolution.pdfview.function.postscript.operation.OperationSet
OperationSet class.
-
Method Summary
Modifier and TypeMethodDescriptionstatic OperationSet
Getter for the fieldinstance
.getOperation
(String token) getOperation.
-
Method Details
-
getInstance
Getter for the field
instance
.- Returns:
- a
OperationSet
object.
-
getOperation
getOperation.
- Parameters:
token
- aString
object.- Returns:
- a
PostScriptOperation
object.
-