Uses of Class
org.apache.xmlgraphics.ps.PSDictionary
-
Packages that use PSDictionary Package Description org.apache.xmlgraphics.ps Classes for the creation of PostScript files. -
-
Uses of PSDictionary in org.apache.xmlgraphics.ps
Subclasses of PSDictionary in org.apache.xmlgraphics.ps Modifier and Type Class Description classPSPageDeviceDictionaryPostscript 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 PSDictionary Modifier and Type Field Description private PSDictionaryPSPageDeviceDictionary. unRetrievedContentDictionaryDictionary content that has not been output/written yetMethods in org.apache.xmlgraphics.ps that return PSDictionary Modifier and Type Method Description PSDictionaryPSDictionary.Maker. parseDictionary(java.lang.String str)Parses a dictionary string and provides a dictionary objectstatic PSDictionaryPSDictionary. valueOf(java.lang.String str)Parses a given a dictionary string and returns an objectMethods in org.apache.xmlgraphics.ps with parameters of type PSDictionary Modifier and Type Method Description private static java.awt.image.ColorModelPSImageUtils. populateImageDictionary(java.awt.Dimension imgDim, java.awt.image.ColorModel colorModel, PSDictionary imageDict)private static java.awt.image.ColorModelPSImageUtils. populateImageDictionary(java.awt.Dimension imgDim, java.awt.image.ColorModel colorModel, PSDictionary imageDict, java.awt.Color maskColor)(package private) static voidPSImageUtils. writeImageCommand(java.awt.image.RenderedImage img, PSDictionary imageDict, PSGenerator gen)(package private) static voidPSImageUtils. writeImageCommand(PSDictionary imageDict, java.awt.Dimension imgDim, java.awt.color.ColorSpace colorSpace, boolean invertImage, PSGenerator gen)(package private) static voidPSImageUtils. writeImageCommand(PSDictionary imageDict, java.awt.image.ColorModel cm, PSGenerator gen)private static java.awt.image.ColorModelPSImageUtils. writeImageDictionary(java.awt.Dimension imgDim, PSDictionary imageDict, java.awt.image.ColorModel colorModel)
-