Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
D
E
F
G
I
K
L
M
N
O
P
R
S
T
G
GraphicsMachine
- class
GraphicsMachine
.
As the name of this class implies, it represents the Graphics Machine of the postscript interpreter.
GraphicsMachine(PSPath, PipedWriter)
- Constructor for class
GraphicsMachine
Creates a new GraphicsMachine, "connects" it with a Graphics Stack and establishes a stream connection.
getCurrentPosition()
- Method in class dtypes.
PSPath
Returns the currentPosition.
getLastMove()
- Method in class dtypes.
PSPath
Returns the lastMove.
getObjectAt(int)
- Method in class dtypes.
PSPath
Returns the object held in the stack at the position given.
getOperatorToken()
- Method in class operators.
PSAbs
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSAdd
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSArc
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSArct
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSClear
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSClosepath
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSCurrentpoint
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSDeq
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSDiv
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSDup
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSEq
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSExch
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSExit
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSFor
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSGe
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSGet
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSGt
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSIdiv
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSIf
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSIfelse
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSIndex
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSLe
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSLength
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSLineto
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSLoop
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSLt
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSMod
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSMoveto
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSMul
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSNe
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSNewpath
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSPop
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSPstack
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSRlineto
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSRmoveto
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSShow
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSShowpage
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSString
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSStroke
Returns the token identifying this operator.
getOperatorToken()
- Method in class operators.
PSSub
Returns the token identifying this operator.
getOperatorToken()
- Method in interface pstypes.
PSOperator
Returns the token identifying this operator.
getPipedWriter()
- Method in class
GraphicsMachine
Returns the PipedWriter object used for input.
getSize()
- Method in class dtypes.
PSStack
Returns the size of the stack.
getString()
- Method in class psengines.
ExecutionEngine
Returns a copy of the text that it's going to be written on the main window.
getValue()
- Method in class literals.
PSBoolean
Returns the boolean value being encapsulated.
getValue()
- Method in class literals.
PSExecArray
A copy of the executable array is returned.
getValue()
- Method in class literals.
PSNumber
Returns the number being encapsulated.
getValue()
- Method in class literals.
PSString
A copy of a String object is returned.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
D
E
F
G
I
K
L
M
N
O
P
R
S
T