A D E F G I K L M N O P R S T

A

action(PSStack) - Method in class operators.PSAbs
Performs absolute value on two operands.
action(PSStack) - Method in class operators.PSAdd
Performs addition on two operands.
action(PSStack, PSPath) - Method in class operators.PSArc
Creates a new DrawableArc and adds it to the contents of the Graphics Stack.
action(PSStack, PSPath) - Method in class operators.PSArct
Creates a new DrawableArc and adds it to the contents of the Graphics Stack.
action(PSStack) - Method in class operators.PSClear
Clears the stack from it's contents.
action(PSStack, PSPath) - Method in class operators.PSClosepath
Creates a new DrawableLine and adds it to the contents of the Graphics Stack if the current position is not null.
action(PSStack, PSPath) - Method in class operators.PSCurrentpoint
Adds the current point on top of the Runtime Stack.
action(PSStack, OutputStream) - Method in class operators.PSDeq
Prints of the toppest value in the output plus it removes it.
action(PSStack) - Method in class operators.PSDiv
Performs division on two operands.
action(PSStack) - Method in class operators.PSDup
Dublicates the top element of the stack.
action(PSStack) - Method in class operators.PSEq
Compares the literals given and returns the result back to the stack.
action(PSStack) - Method in class operators.PSExch
Exchanges the two top literals of stack.
action(PSStack) - Method in class operators.PSExit
Exits from the nearest loop or for block.
action(PSStack) - Method in class operators.PSFor
Repeats the executable array as a for loop: for(i=j;i<=l;i+=k).
action(PSStack) - Method in class operators.PSGe
Compares the literals given and returns the result back to the stack.
action(PSStack) - Method in class operators.PSGet
Returns the ascii value of the character at the position given on the string.
action(PSStack) - Method in class operators.PSGt
Compares the literals given and returns the result back to the stack.
action(PSStack) - Method in class operators.PSIdiv
Performs integral division on two operands.
action(PSStack) - Method in class operators.PSIf
Rus an executable array if the boolean value is true.
action(PSStack) - Method in class operators.PSIfelse
Rus an executable array if the boolean value is true or another if it is false.
action(PSStack) - Method in class operators.PSIndex
Copies of the n-element on top of the stack.
action(PSStack) - Method in class operators.PSLe
Compares the literals given and returns the result back to the stack.
action(PSStack) - Method in class operators.PSLength
Returns the length of the string given.
action(PSStack, PSPath) - Method in class operators.PSLineto
Creates a new DrawableLine and adds it to the contents of the Graphics Stack.
action(PSStack) - Method in class operators.PSLoop
Repeats an executable array forever unless it contains an exit command.
action(PSStack) - Method in class operators.PSLt
Compares the literals given and returns the result back to the stack.
action(PSStack) - Method in class operators.PSMod
Performs modulo on two operands.
action(PSStack, PSPath) - Method in class operators.PSMoveto
Updates the variables which hold the current position and the last move in the Graphics Stack.
action(PSStack) - Method in class operators.PSMul
Performs multiplication on two operands.
action(PSStack) - Method in class operators.PSNe
Compares the literals given and returns the result back to the stack.
action(PSStack, PSPath) - Method in class operators.PSNewpath
Deletes everything in the Graphics Stack up to the last stroke command and setting the current position and the last move to null.
action(PSStack) - Method in class operators.PSPop
Removes the toppest element of stack.
action(PSStack, OutputStream) - Method in class operators.PSPstack
Prints of the toppest value in the output plus i'ts removal.
action(PSStack, PSPath) - Method in class operators.PSRlineto
Creates a new DrawableLine and adds it to the contents of the Graphics Stack.
action(PSStack, PSPath) - Method in class operators.PSRmoveto
Updates the variables which hold the current position and the last move in the Graphics Stack.
action(PSStack) - Method in class operators.PSShow
Calls DrawableString which performs the actual drawing on the screen.
action(PSStack, PSPath) - Method in class operators.PSShowpage
Redraws everything found in the Graphics Stack.
action(PSStack) - Method in class operators.PSString
Creates the string.
action(PSStack, PSPath) - Method in class operators.PSStroke
Adds a on top of the Graphics Stack.
action(PSStack) - Method in class operators.PSSub
Performs subtraction on two operands.
action(PSStack) - Method in interface pstypes.PSArithmeticOperator
Executes the action of the operand as it is implemented by the programmer.
action(PSStack, OutputStream) - Method in interface pstypes.PSConsoleOperator
Executes the action as it is intented.
action(PSStack) - Method in interface pstypes.PSEqualityOperator
Executes the action as it is intented.
action(PSStack) - Method in interface pstypes.PSFlowOperator
Executes the action as it is intented.
action(PSStack, PSPath) - Method in interface pstypes.PSPathOperator
Executes the action as it is intented.
action(PSStack) - Method in interface pstypes.PSStackOperator
Executes the action as it is intented.
action(PSStack) - Method in interface pstypes.PSStringOperator
Executes the action as it is intented.
appendToOutputText(String) - Method in class GraphicsMachine
Adds to the output text of the GUI the one given.

A D E F G I K L M N O P R S T