Uses of Package
org.foray.ps

Packages that use org.foray.ps
org.foray.ps Classes for handling the intepretation of PostScript input. 
org.foray.ps.java2d An implementation of the PostScript interpreter that renders to the Java AWT system. 
org.foray.ps.java2d.demo Classes demonstrating the Java2D PostScript implementation. 
org.foray.ps.pdf An implementation of the PostScript interpreter that converts to PDF. 
org.foray.ps.readonly An implementation of the PostScript interpreter that writes no output, but makes the PostScript dictionaries and state available. 
org.foray.ps.type1 Classes providing convenience methods for Type 1 fonts. 
 

Classes in org.foray.ps used by org.foray.ps
PsAccess
          Enumeration of possible access values for a PostScript object.
PsArray
          A PostScript array.
PsBoolean
          Class representing a boolean PostScript object.
PsColorSpace
          A PostScript Color Space.
PsDeviceException
          Exception thrown in device-specific portions of FOray PostScript code.
PsDictionary
          A PostScript dictionary.
PsDictionaryStack
          A PostScript Dictionary stack.
PsDictionaryWrapper
          Abstract superclass for classes that wrap PsDictionary and provide specialized methods.
PsError
          Enumeration of PostScript error types.
PsExecutionStack
          A PostScript Execution stack.
PsFile
          Abstract superclass for PostScript "file" objects.
PsFontDirectory4a
          A /FontDirectory dictionary.
PsFontId
          Class representing a PostScript fontID object.
PsGraphicsState
          Represents a PostScript Graphics State.
PsGraphicsStateStack
          A PostScript Graphics State stack.
PsInteger
          Class representing a numeric PostScript object.
PsInterpreter4a
          A generic PostScript interpreter.
PsInterpreterException4a
          Handles PostScript Exceptions.
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.
PsObject
          Interface for all PostScript objects.
PsObjectComposite
          A PostScript composite object.
PsObjectSimple
          A PostScript simple object.
PsOperandStack
          A PostScript Operand stack.
PsOperator
          A PostScript operator object.
PsOperatorException
          Handles Exceptions that occur during the execution of a PostScript operand.
PsPathElement
          Abstract superclass for all path elements.
PsPathMove
          The beginning of a new sub-path.
PsReal
          Class representing PostScript object that is a real number.
PsStack
          The PSStack represents a PostScript stack.
PsString
          Class representing a string PostScript object.
PsSystemDict4a
          The PostScript System Dictionary.
 

Classes in org.foray.ps used by org.foray.ps.java2d
PsDeviceException
          Exception thrown in device-specific portions of FOray PostScript code.
PsDictionary
          A PostScript dictionary.
PsNumber
          Superclass for numeric Postscript data types.
PsObject
          Interface for all PostScript objects.
PsObjectComposite
          A PostScript composite object.
PsSystemDict4a
          The PostScript System Dictionary.
 

Classes in org.foray.ps used by org.foray.ps.java2d.demo
PsInterpreterException4a
          Handles PostScript Exceptions.
 

Classes in org.foray.ps used by org.foray.ps.pdf
PsDeviceException
          Exception thrown in device-specific portions of FOray PostScript code.
PsDictionary
          A PostScript dictionary.
PsNumber
          Superclass for numeric Postscript data types.
PsObject
          Interface for all PostScript objects.
PsObjectComposite
          A PostScript composite object.
PsSystemDict4a
          The PostScript System Dictionary.
 

Classes in org.foray.ps used by org.foray.ps.readonly
PsDictionary
          A PostScript dictionary.
PsNumber
          Superclass for numeric Postscript data types.
PsObject
          Interface for all PostScript objects.
PsObjectComposite
          A PostScript composite object.
PsSystemDict4a
          The PostScript System Dictionary.
 

Classes in org.foray.ps used by org.foray.ps.type1
PsDictionary
          A PostScript dictionary.
PsDictionaryWrapper
          Abstract superclass for classes that wrap PsDictionary and provide specialized methods.
 



Copyright © 2017. All rights reserved.