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 class
PSPageDeviceDictionary
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 PSDictionary Modifier and Type Field Description private PSDictionary
PSPageDeviceDictionary. unRetrievedContentDictionary
Dictionary content that has not been output/written yetMethods in org.apache.xmlgraphics.ps that return PSDictionary Modifier and Type Method Description PSDictionary
PSDictionary.Maker. parseDictionary(java.lang.String str)
Parses a dictionary string and provides a dictionary objectstatic PSDictionary
PSDictionary. 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.ColorModel
PSImageUtils. populateImageDictionary(java.awt.Dimension imgDim, java.awt.image.ColorModel colorModel, PSDictionary imageDict)
private static java.awt.image.ColorModel
PSImageUtils. populateImageDictionary(java.awt.Dimension imgDim, java.awt.image.ColorModel colorModel, PSDictionary imageDict, java.awt.Color maskColor)
(package private) static void
PSImageUtils. writeImageCommand(java.awt.image.RenderedImage img, PSDictionary imageDict, PSGenerator gen)
(package private) static void
PSImageUtils. writeImageCommand(PSDictionary imageDict, java.awt.Dimension imgDim, java.awt.color.ColorSpace colorSpace, boolean invertImage, PSGenerator gen)
(package private) static void
PSImageUtils. writeImageCommand(PSDictionary imageDict, java.awt.image.ColorModel cm, PSGenerator gen)
private static java.awt.image.ColorModel
PSImageUtils. writeImageDictionary(java.awt.Dimension imgDim, PSDictionary imageDict, java.awt.image.ColorModel colorModel)
-