Package | Description |
---|---|
org.apache.xmlgraphics.ps |
Classes for the creation of PostScript files.
|
Modifier and Type | Class and Description |
---|---|
class |
PSPageDeviceDictionary
Postscript page device dictionary object
This object is used by the postscript renderer to hold postscript page device
values.
|
Modifier and Type | Field and Description |
---|---|
private PSDictionary |
PSPageDeviceDictionary.unRetrievedContentDictionary
Dictionary content that has not been output/written yet
|
Modifier and Type | Method and Description |
---|---|
PSDictionary |
PSDictionary.Maker.parseDictionary(java.lang.String str)
Parses a dictionary string and provides a dictionary object
|
static PSDictionary |
PSDictionary.valueOf(java.lang.String str)
Parses a given a dictionary string and returns an object
|
Modifier and Type | Method and 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(PSDictionary imageDict,
java.awt.image.ColorModel cm,
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(java.awt.image.RenderedImage img,
PSDictionary imageDict,
PSGenerator gen) |
private static java.awt.image.ColorModel |
PSImageUtils.writeImageDictionary(java.awt.Dimension imgDim,
PSDictionary imageDict,
java.awt.image.ColorModel colorModel) |