Uses of Class
org.apache.xmlgraphics.ps.PSDictionary
Packages that use PSDictionary
-
Uses of PSDictionary in org.apache.xmlgraphics.ps
Subclasses of PSDictionary in org.apache.xmlgraphics.psModifier and TypeClassDescriptionclass
Postscript page device dictionary object This object is used by the postscript renderer to hold postscript page device values.Fields in org.apache.xmlgraphics.ps declared as PSDictionaryModifier and TypeFieldDescriptionprivate PSDictionary
PSPageDeviceDictionary.unRetrievedContentDictionary
Dictionary content that has not been output/written yetMethods in org.apache.xmlgraphics.ps that return PSDictionaryModifier and TypeMethodDescriptionPSDictionary.Maker.parseDictionary
(String str) Parses a dictionary string and provides a dictionary objectstatic PSDictionary
Parses a given a dictionary string and returns an objectMethods in org.apache.xmlgraphics.ps with parameters of type PSDictionaryModifier and TypeMethodDescriptionprivate static ColorModel
PSImageUtils.populateImageDictionary
(Dimension imgDim, ColorModel colorModel, PSDictionary imageDict) private static ColorModel
PSImageUtils.populateImageDictionary
(Dimension imgDim, ColorModel colorModel, PSDictionary imageDict, Color maskColor) (package private) static void
PSImageUtils.writeImageCommand
(RenderedImage img, PSDictionary imageDict, PSGenerator gen) (package private) static void
PSImageUtils.writeImageCommand
(PSDictionary imageDict, Dimension imgDim, ColorSpace colorSpace, boolean invertImage, PSGenerator gen) (package private) static void
PSImageUtils.writeImageCommand
(PSDictionary imageDict, ColorModel cm, PSGenerator gen) private static ColorModel
PSImageUtils.writeImageDictionary
(Dimension imgDim, PSDictionary imageDict, ColorModel colorModel)