Uses of Package
pstypes

Packages that use pstypes
literals   
operators   
psengines   
pstypes   
 

Classes in pstypes used by literals
PSLiteral
          The parent interface for all literal objects in Postscript.
PSObject
          The top root of Postscript object hierarchy.
 

Classes in pstypes used by operators
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.
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.
 

Classes in pstypes used by psengines
PSObject
          The top root of Postscript object hierarchy.
 

Classes in pstypes used by pstypes
PSObject
          The top root of Postscript object hierarchy.
PSOperator
          Parent interface of all operator objects in Postscript.