|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsDictionary | |
---|---|
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. |
org.foray.ps.type1 | Classes providing convenience methods for Type 1 fonts. |
Uses of PsDictionary in org.foray.ps |
---|
Subclasses of PsDictionary in org.foray.ps | |
---|---|
class |
PsSystemDict4a
The PostScript System Dictionary. |
Methods in org.foray.ps that return PsDictionary | |
---|---|
protected PsDictionary |
PsDictionaryStack.filterPush(PsDictionary objectToPush)
|
PsDictionary |
PsGraphicsState.getFont()
Returns the font. |
protected PsDictionary |
PsInterpreter4a.getInternalDict()
Returns the internal dictionary. |
PsDictionary |
PsInterpreter4a.getSystemDict()
Returns the system dictionary. |
PsDictionary |
PsDictionaryWrapper.getWrappedDictionary()
Returns the wrapped dictionary. |
Methods in org.foray.ps with parameters of type PsDictionary | |
---|---|
protected PsDictionary |
PsDictionaryStack.filterPush(PsDictionary objectToPush)
|
void |
PsGraphicsState.setFont(PsDictionary font)
Sets the font. |
Constructors in org.foray.ps with parameters of type PsDictionary | |
---|---|
PsDictionaryWrapper(PsDictionary dictionary)
Constructor. |
|
PsFontDirectory4a(PsDictionary dictionary)
Constructor. |
Uses of PsDictionary in org.foray.ps.java2d |
---|
Subclasses of PsDictionary in org.foray.ps.java2d | |
---|---|
class |
Java2DSystemDict
SystemDict implementation that can paint to a Graphics2D interface. |
Uses of PsDictionary in org.foray.ps.pdf |
---|
Subclasses of PsDictionary in org.foray.ps.pdf | |
---|---|
class |
PDFSystemDict
PostScript System Dictionary that converts the PostScript code to PDF. |
Uses of PsDictionary in org.foray.ps.readonly |
---|
Subclasses of PsDictionary 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. |
Uses of PsDictionary in org.foray.ps.type1 |
---|
Constructors in org.foray.ps.type1 with parameters of type PsDictionary | |
---|---|
PsCharStringsDictionary4a(PsDictionary dictionary)
Constructor. |
|
PsFontDictionary4a(PsDictionary dictionary)
Constructor. |
|
PsFontInfoDictionary4a(PsDictionary dictionary)
Constructor. |
|
PsFontPrivateDictionary4a(PsDictionary dictionary)
Constructor. |
|
PsMetricsDictionary(PsDictionary dictionary)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |