Uses of Class
org.foray.ps.PsInterpreterException4a

Packages that use PsInterpreterException4a
org.foray.ps Classes for handling the intepretation of PostScript input. 
org.foray.ps.java2d.demo Classes demonstrating the Java2D PostScript implementation. 
 

Uses of PsInterpreterException4a in org.foray.ps
 

Methods in org.foray.ps that throw PsInterpreterException4a
 void PsDictionary.addItem(PsInterpreter4a interpreter, PsObject key, PsObject value)
          Add an entry to the dictonary.
static PsMatrix PsMatrix.concatMatrices(PsInterpreter4a interpreter, PsMatrix matrix1, PsMatrix matrix2)
          Multiplies the two matrices together and returns the product matrix.
protected  boolean PsDictionary.execute(PsInterpreter4a interpreter, PsName nameObject)
          Tries to process a name object.
protected  boolean PsSystemDict4a.execute(PsName nameObject)
          Tries to execute an executable object.
protected  boolean PsSystemDict4a.executeOperator(PsOperator operatorEnum)
          Executes a given operator.
protected  boolean PsDictionary.executeOperator(PsOperator operatorEnum)
          Override this method in subclasses that have procedures.
 void PsInterpreter4a.process()
           
 void PsInterpreter4a.processItem()
          Processes the top item on the execution stack.
protected  void PsOperandStack.roll(int n, int j, PsOperator operatorCode)
          Rolls the stack n elements deep, j positions.
 void PsObjectComposite.setAccess(PsInterpreter4a interpreter, PsAccess accessLevel)
          Sets the access level for this object.
 

Constructors in org.foray.ps that throw PsInterpreterException4a
PsInterpreter4a(org.axsl.ps.PsInput input, PsSystemDict4a systemDict)
          Constructor for a PostScript interpreter.
 

Uses of PsInterpreterException4a in org.foray.ps.java2d.demo
 

Methods in org.foray.ps.java2d.demo that throw PsInterpreterException4a
protected  void DemoPanel.paintPostScript(Graphics graphics, Rectangle rect)
          Displays the PostScript content on the screen.
 



Copyright © 2017. All rights reserved.