|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsInterpreter4a | |
---|---|
org.foray.ps | Classes for handling the intepretation of PostScript input. |
Uses of PsInterpreter4a in org.foray.ps |
---|
Methods in org.foray.ps that return PsInterpreter4a | |
---|---|
PsInterpreter4a |
PsStack.getInterpreter()
Returns the internal list. |
PsInterpreter4a |
PsServer4a.makeInterpreter(org.axsl.ps.PsInput psInput,
org.axsl.ps.PsSystemDict systemDict)
|
Methods in org.foray.ps with parameters of type PsInterpreter4a | |
---|---|
void |
PsDictionary.addItem(PsInterpreter4a interpreter,
PsObject key,
PsObject value)
Add an entry to the dictonary. |
protected void |
PsFile.closeFile(PsInterpreter4a interpreter)
Close the input file. |
static PsMatrix |
PsMatrix.concatMatrices(PsInterpreter4a interpreter,
PsMatrix matrix1,
PsMatrix matrix2)
Multiplies the two matrices together and returns the product matrix. |
static PsReal |
PsReal.create(PsInterpreter4a interpreter,
byte[] input)
Static method to attempt to create a PSReal instance, if the input qualifies. |
static PsName |
PsName.create(PsInterpreter4a interpreter,
byte[] input)
Static method to attempt to create a PsName instance, if the input qualifies. |
static PsInteger |
PsInteger.create(PsInterpreter4a interpreter,
byte[] input)
Static method to attempt to create a PSInteger instance, if the input qualifies. |
protected boolean |
PsDictionary.execute(PsInterpreter4a interpreter,
PsName nameObject)
Tries to process a name object. |
static PsMatrix |
PsMatrix.makeTranslateMatrix(PsInterpreter4a interpreter,
PsNumber x,
PsNumber y)
Create a new translate matrix. |
protected byte |
PsFile.provideInput(PsInterpreter4a interpreter)
Returns the next byte from this file. |
void |
PsObjectComposite.setAccess(PsInterpreter4a interpreter,
PsAccess accessLevel)
Sets the access level for this object. |
Constructors in org.foray.ps with parameters of type PsInterpreter4a | |
---|---|
PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode)
Constructor. |
|
PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode,
PsOperator offendingOperator)
Constructor. |
|
PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode,
PsOperator offendingOperator,
String message)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |