|
Interface Summary |
| PSArithmeticOperator |
An object that implements this interface is defined as an arithmetic operator. |
| PSConsoleOperator |
An object that implements this interface is defined as a console operator. |
| PSEqualityOperator |
An object that implements this interface is defined as an equality operator. |
| PSFlowOperator |
An object that implements this interface is defined as a flow control operator. |
| PSLiteral |
The parent interface for all literal objects in Postscript. |
| PSObject |
The top root of Postscript object hierarchy. |
| PSOperator |
Parent interface of all operator objects in Postscript. |
| PSPathOperator |
An object that implements this interface is defined as a path operator. |
| PSStackOperator |
An object that implements this interface is defined as a stack operator. |
| PSStringOperator |
An object that implements this interface is defined as a string operator. |