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

P

PSAbs - class operators.PSAbs.
Implements PSArithmeticOperator interface.
PSAbs() - Constructor for class operators.PSAbs
 
PSAdd - class operators.PSAdd.
Implements PSArithmeticOperator interface.
PSAdd() - Constructor for class operators.PSAdd
 
PSArc - class operators.PSArc.
Implements PSPathOperator interface.
PSArc() - Constructor for class operators.PSArc
 
PSArct - class operators.PSArct.
Implements PSPathOperator interface.
PSArct() - Constructor for class operators.PSArct
 
PSArithmeticOperator - interface pstypes.PSArithmeticOperator.
An object that implements this interface is defined as an arithmetic operator.
PSBoolean - class literals.PSBoolean.
 
PSBoolean() - Constructor for class literals.PSBoolean
Creates a new PSBoolean object with a default value set to false.
PSBoolean(boolean) - Constructor for class literals.PSBoolean
Creates a new PSBoolean object with its value set to the value being given as a parameter.
PSClear - class operators.PSClear.
Implements PSStackOperator interface.
PSClear() - Constructor for class operators.PSClear
 
PSClosepath - class operators.PSClosepath.
Implements PSPathOperator interface.
PSClosepath() - Constructor for class operators.PSClosepath
 
PSConsoleOperator - interface pstypes.PSConsoleOperator.
An object that implements this interface is defined as a console operator.
PSCurrentpoint - class operators.PSCurrentpoint.
Implements PSPathOperator interface.
PSCurrentpoint() - Constructor for class operators.PSCurrentpoint
 
PSDeq - class operators.PSDeq.
Implements PSStackOperator interface.
PSDeq() - Constructor for class operators.PSDeq
 
PSDiv - class operators.PSDiv.
Implements PSArithmeticOperator interface.
PSDiv() - Constructor for class operators.PSDiv
 
PSDup - class operators.PSDup.
Implements PSStackOperator interface.
PSDup() - Constructor for class operators.PSDup
 
PSEq - class operators.PSEq.
Implements PSEqualityOperator interface.
PSEq() - Constructor for class operators.PSEq
 
PSEqualityOperator - interface pstypes.PSEqualityOperator.
An object that implements this interface is defined as an equality operator.
PSExch - class operators.PSExch.
Implements PSStackOperator interface.
PSExch() - Constructor for class operators.PSExch
 
PSExecArray - class literals.PSExecArray.
 
PSExecArray() - Constructor for class literals.PSExecArray
Creates a new instance of PSExecArray.
PSExecArray(Vector) - Constructor for class literals.PSExecArray
Creates a new instance of PSExecArray.
PSExit - class operators.PSExit.
Implements PSFlowOperator interface.
PSExit() - Constructor for class operators.PSExit
 
PSFlowOperator - interface pstypes.PSFlowOperator.
An object that implements this interface is defined as a flow control operator.
PSFor - class operators.PSFor.
Implements PSFlowOperator interface.
PSFor() - Constructor for class operators.PSFor
 
PSGe - class operators.PSGe.
Implements PSEqualityOperator interface.
PSGe() - Constructor for class operators.PSGe
 
PSGet - class operators.PSGet.
Implements PSStringOperator interface.
PSGet() - Constructor for class operators.PSGet
 
PSGt - class operators.PSGt.
Implements PSEqualityOperator interface.
PSGt() - Constructor for class operators.PSGt
 
PSIdiv - class operators.PSIdiv.
Implements PSArithmeticOperator interface.
PSIdiv() - Constructor for class operators.PSIdiv
 
PSIf - class operators.PSIf.
Implements PSFlowOperator interface.
PSIf() - Constructor for class operators.PSIf
 
PSIfelse - class operators.PSIfelse.
Implements PSFlowOperator interface.
PSIfelse() - Constructor for class operators.PSIfelse
 
PSIndex - class operators.PSIndex.
Implements PSStackOperator interface.
PSIndex() - Constructor for class operators.PSIndex
 
PSLe - class operators.PSLe.
Implements PSEqualityOperator interface.
PSLe() - Constructor for class operators.PSLe
 
PSLength - class operators.PSLength.
Implements PSStringOperator interface.
PSLength() - Constructor for class operators.PSLength
 
PSLineto - class operators.PSLineto.
Implements PSPathOperator interface.
PSLineto() - Constructor for class operators.PSLineto
 
PSLiteral - interface pstypes.PSLiteral.
The parent interface for all literal objects in Postscript.
PSLoop - class operators.PSLoop.
Implements PSFlowOperator interface.
PSLoop() - Constructor for class operators.PSLoop
 
PSLt - class operators.PSLt.
Implements PSEqualityOperator interface.
PSLt() - Constructor for class operators.PSLt
 
PSMod - class operators.PSMod.
Implements PSArithmeticOperator interface.
PSMod() - Constructor for class operators.PSMod
 
PSMoveto - class operators.PSMoveto.
Implements PSPathOperator interface.
PSMoveto() - Constructor for class operators.PSMoveto
 
PSMul - class operators.PSMul.
Implements PSArithmeticOperator interface.
PSMul() - Constructor for class operators.PSMul
 
PSNe - class operators.PSNe.
Implements PSEqualityOperator interface.
PSNe() - Constructor for class operators.PSNe
 
PSNewpath - class operators.PSNewpath.
Implements PSPathOperator interface.
PSNewpath() - Constructor for class operators.PSNewpath
 
PSNumber - class literals.PSNumber.
 
PSNumber() - Constructor for class literals.PSNumber
Creates a new PSNumber object with a default value set to zero.
PSNumber(int) - Constructor for class literals.PSNumber
Creates a new PSNumber object with its value set to the value(int) being given as a parameter.
PSNumber(double) - Constructor for class literals.PSNumber
Creates a new PSNumber object with its value set to the value(double) being given as a parameter.
PSObject - interface pstypes.PSObject.
The top root of Postscript object hierarchy.
PSOperator - interface pstypes.PSOperator.
Parent interface of all operator objects in Postscript.
PSPath - class dtypes.PSPath.
Is a subclass of PSStack which represents a Graphics Stack for the postscript interpreter.
PSPath() - Constructor for class dtypes.PSPath
Creates a new PSPath and initializes its state.
PSPathOperator - interface pstypes.PSPathOperator.
An object that implements this interface is defined as a path operator.
PSPop - class operators.PSPop.
Implements PSStackOperator interface.
PSPop() - Constructor for class operators.PSPop
 
PSPstack - class operators.PSPstack.
 
PSPstack() - Constructor for class operators.PSPstack
 
PSRlineto - class operators.PSRlineto.
Implements PSPathOperator interface.
PSRlineto() - Constructor for class operators.PSRlineto
 
PSRmoveto - class operators.PSRmoveto.
Implements PSPathOperator interface.
PSRmoveto() - Constructor for class operators.PSRmoveto
 
PSShow - class operators.PSShow.
Implements PSStringOperator interface.
PSShow() - Constructor for class operators.PSShow
 
PSShowpage - class operators.PSShowpage.
Implements PSPathOperator interface.
PSShowpage() - Constructor for class operators.PSShowpage
 
PSStack - class dtypes.PSStack.
The Stack ADT definition.
PSStack() - Constructor for class dtypes.PSStack
Creates a new PSStack.
PSStackOperator - interface pstypes.PSStackOperator.
An object that implements this interface is defined as a stack operator.
PSString - class literals.PSString.
 
PSString() - Constructor for class literals.PSString
Creates a new instance of PSString.
PSString(String) - Constructor for class literals.PSString
Creates a new instance of PSString.
PSString - class operators.PSString.
Implements PSStringOperator interface.
PSString() - Constructor for class operators.PSString
 
PSStringOperator - interface pstypes.PSStringOperator.
An object that implements this interface is defined as a string operator.
PSStroke - class operators.PSStroke.
Implements PSPathOperator interface.
PSStroke() - Constructor for class operators.PSStroke
 
PSSub - class operators.PSSub.
Implements PSArithmeticOperator interface.
PSSub() - Constructor for class operators.PSSub
 
PSSyntaxException - exception exceptions.PSSyntaxException.
This exception is thrown by the isValid() methods of the postscript operators each time the user makes a syntax error.
PSSyntaxException() - Constructor for class exceptions.PSSyntaxException
Calls the superclass constructor to print the "PSSyntaxException" string on the console.
PSSyntaxException(String) - Constructor for class exceptions.PSSyntaxException
Calls the superclass constructor with the string given as parameter to print to the console.
ProgramLoader - class psengines.ProgramLoader.
It describes the Program loader component of PS-View.
ProgramLoader(String) - Constructor for class psengines.ProgramLoader
Creates an instance of Program Loader.
ProgramLoader(PipedWriter) - Constructor for class psengines.ProgramLoader
Creates an instance of Program Loader.
peek(int) - Method in class dtypes.PSStack
Retrieves the type of peek
Precondition :
Postcondition : The size of the stack is returned.
pop() - Method in class dtypes.PSStack
Returns the size of the stack.
psengines - package psengines
 
psgraphics - package psgraphics
 
pstypes - package pstypes
 
push(Object) - Method in class dtypes.PSStack
Pushes an element on top of the stack.

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