Package org.foray.ps

Classes for handling the intepretation of PostScript input.

See:
          Description

Interface Summary
PsObject Interface for all PostScript objects.
PsObjectSimple A PostScript simple object.
 

Class Summary
PsArray A PostScript array.
PsArrayExecuting A wrapper around an instance of PsArray, acting as an iterator over its content.
PsBoolean Class representing a boolean PostScript object.
PsColorSpace A PostScript Color Space.
PsDictionary A PostScript dictionary.
PsDictionaryStack A PostScript Dictionary stack.
PsDictionaryWrapper Abstract superclass for classes that wrap PsDictionary and provide specialized methods.
PsExecutionStack A PostScript Execution stack.
PsFile Abstract superclass for PostScript "file" objects.
PsFileFilter Class representing a PostScript "file" object.
PsFileReal An instance of this class is really a wrapper around either a real file or an input source, like standard input.
PsFontDirectory4a A /FontDirectory dictionary.
PsFontId Class representing a PostScript fontID object.
PsGraphicsState Represents a PostScript Graphics State.
PsGraphicsStateStack A PostScript Graphics State stack.
PsInputFile An implementation of PsInput that wraps a java.io.File instance.
PsInteger Class representing a numeric PostScript object.
PsInterpreter4a A generic PostScript interpreter.
PsMark Class representing a PostScript "mark" object.
PsMatrix A PostScript matrix, which is a specialized PostScript array.
PsName Class representing a name PostScript object.
PsNull A PostScript null object.
PsNumber Superclass for numeric Postscript data types.
PsObjectComposite A PostScript composite object.
PsOperandStack A PostScript Operand stack.
PsPath A list of path elements that defines a path.
PsPathClose The last segment of a new sub-path.
PsPathCurve A Bezier cubic curve section in a path.
PsPathElement Abstract superclass for all path elements.
PsPathLine A line segment in a path.
PsPathMove The beginning of a new sub-path.
PsReal Class representing PostScript object that is a real number.
PsServer4a Implementation of PsServer for FOray.
PsStack<T> The PSStack represents a PostScript stack.
PsString Class representing a string PostScript object.
PsStringInput A PsInput implementation that simply wraps a String.
PsSystemDict4a The PostScript System Dictionary.
 

Enum Summary
PsAccess Enumeration of possible access values for a PostScript object.
PsError Enumeration of PostScript error types.
PsOperator A PostScript operator object.
 

Exception Summary
PsDeviceException Exception thrown in device-specific portions of FOray PostScript code.
PsInterpreterException4a Handles PostScript Exceptions.
PsOperatorException Handles Exceptions that occur during the execution of a PostScript operand.
 

Package org.foray.ps Description

Classes for handling the intepretation of PostScript input.



Copyright © 2017. All rights reserved.