Interface Operator
-
public interface OperatorInterface for PostScript operators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ExecutionContext context)Executes the operator.
-
-
-
Method Detail
-
execute
void execute(ExecutionContext context)
Executes the operator. The method can inspect and manipulate the stack.- Parameters:
context- the execution context
-
-