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 TypeClassDescriptionclassPostscript 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 PSDictionaryPSPageDeviceDictionary.unRetrievedContentDictionaryDictionary 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 PSDictionaryParses a given a dictionary string and returns an objectMethods in org.apache.xmlgraphics.ps with parameters of type PSDictionaryModifier and TypeMethodDescriptionprivate static ColorModelPSImageUtils.populateImageDictionary(Dimension imgDim, ColorModel colorModel, PSDictionary imageDict) private static ColorModelPSImageUtils.populateImageDictionary(Dimension imgDim, ColorModel colorModel, PSDictionary imageDict, Color maskColor) (package private) static voidPSImageUtils.writeImageCommand(RenderedImage img, PSDictionary imageDict, PSGenerator gen) (package private) static voidPSImageUtils.writeImageCommand(PSDictionary imageDict, Dimension imgDim, ColorSpace colorSpace, boolean invertImage, PSGenerator gen) (package private) static voidPSImageUtils.writeImageCommand(PSDictionary imageDict, ColorModel cm, PSGenerator gen, boolean maskBitmap) private static ColorModelPSImageUtils.writeImageDictionary(Dimension imgDim, PSDictionary imageDict, ColorModel colorModel)