public interface Operator
Interface for PostScript operators.
Version:
$Revision$
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the operator.
  • Method Details

    • execute

      void execute(ExecutionContext context)
      Executes the operator. The method can inspect and manipulate the stack.
      Parameters:
      context - the execution context