|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsSystemDict4a | |
---|---|
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 PsSystemDict4a in org.foray.ps |
---|
Methods in org.foray.ps that return PsSystemDict4a | |
---|---|
PsSystemDict4a |
PsServer4a.getJava2dSystemDict(Graphics2D graphics)
|
PsSystemDict4a |
PsServer4a.getPdfSystemDict()
|
PsSystemDict4a |
PsServer4a.getReadOnlySystemDict()
|
Constructors in org.foray.ps with parameters of type PsSystemDict4a | |
---|---|
PsInterpreter4a(org.axsl.ps.PsInput input,
PsSystemDict4a systemDict)
Constructor for a PostScript interpreter. |
Uses of PsSystemDict4a in org.foray.ps.java2d |
---|
Subclasses of PsSystemDict4a in org.foray.ps.java2d | |
---|---|
class |
Java2DSystemDict
SystemDict implementation that can paint to a Graphics2D interface. |
Uses of PsSystemDict4a in org.foray.ps.pdf |
---|
Subclasses of PsSystemDict4a in org.foray.ps.pdf | |
---|---|
class |
PDFSystemDict
PostScript System Dictionary that converts the PostScript code to PDF. |
Uses of PsSystemDict4a in org.foray.ps.readonly |
---|
Subclasses of PsSystemDict4a 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 |