Uses of Class
dtypes.PSPath

Packages that use PSPath
Default Package   
operators   
pstypes   
 

Uses of PSPath in
 

Constructors in Default Package with parameters of type PSPath
GraphicsMachine(PSPath gStack, java.io.PipedWriter pw)
          Creates a new GraphicsMachine, "connects" it with a Graphics Stack and establishes a stream connection.
 

Uses of PSPath in operators
 

Methods in operators with parameters of type PSPath
 void PSStroke.action(PSStack s, PSPath p)
          Adds a on top of the Graphics Stack.
 void PSShowpage.action(PSStack s, PSPath p)
          Redraws everything found in the Graphics Stack.
 void PSRmoveto.action(PSStack s, PSPath p)
          Updates the variables which hold the current position and the last move in the Graphics Stack.
 void PSRlineto.action(PSStack s, PSPath p)
          Creates a new DrawableLine and adds it to the contents of the Graphics Stack.
 void PSNewpath.action(PSStack s, PSPath p)
          Deletes everything in the Graphics Stack up to the last stroke command and setting the current position and the last move to null.
 void PSMoveto.action(PSStack s, PSPath p)
          Updates the variables which hold the current position and the last move in the Graphics Stack.
 void PSLineto.action(PSStack s, PSPath p)
          Creates a new DrawableLine and adds it to the contents of the Graphics Stack.
 void PSCurrentpoint.action(PSStack s, PSPath p)
          Adds the current point on top of the Runtime Stack.
 void PSClosepath.action(PSStack s, PSPath p)
          Creates a new DrawableLine and adds it to the contents of the Graphics Stack if the current position is not null.
 void PSArct.action(PSStack s, PSPath p)
          Creates a new DrawableArc and adds it to the contents of the Graphics Stack.
 void PSArc.action(PSStack s, PSPath p)
          Creates a new DrawableArc and adds it to the contents of the Graphics Stack.
 

Uses of PSPath in pstypes
 

Methods in pstypes with parameters of type PSPath
 void PSPathOperator.action(PSStack s, PSPath p)
          Executes the action as it is intented.