|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsObjectComposite | |
---|---|
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.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. |
Uses of PsObjectComposite in org.foray.ps |
---|
Subclasses of PsObjectComposite in org.foray.ps | |
---|---|
class |
PsArray
A PostScript array. |
class |
PsArrayExecuting
A wrapper around an instance of PsArray , acting as an iterator over its content. |
class |
PsColorSpace
A PostScript Color Space. |
class |
PsDictionary
A PostScript dictionary. |
class |
PsFile
Abstract superclass for PostScript "file" objects. |
class |
PsFileFilter
Class representing a PostScript "file" object. |
class |
PsFileReal
An instance of this class is really a wrapper around either a real file or an input source, like standard input. |
class |
PsGraphicsState
Represents a PostScript Graphics State. |
class |
PsMatrix
A PostScript matrix, which is a specialized PostScript array. |
class |
PsString
Class representing a string PostScript object. |
class |
PsSystemDict4a
The PostScript System Dictionary. |
Uses of PsObjectComposite in org.foray.ps.java2d |
---|
Subclasses of PsObjectComposite in org.foray.ps.java2d | |
---|---|
class |
Java2DSystemDict
SystemDict implementation that can paint to a Graphics2D interface. |
Uses of PsObjectComposite in org.foray.ps.pdf |
---|
Subclasses of PsObjectComposite in org.foray.ps.pdf | |
---|---|
class |
PDFSystemDict
PostScript System Dictionary that converts the PostScript code to PDF. |
Uses of PsObjectComposite in org.foray.ps.readonly |
---|
Subclasses of PsObjectComposite in org.foray.ps.readonly | |
---|---|
class |
ReadOnlySystemDict
PsSystemDict implementation that provides no painting or other rendering, but that is suitable for simple parsing of a PostScript file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |