Uses of Interface
org.apache.xmlgraphics.ps.PSCommandMap
-
Packages that use PSCommandMap Package Description org.apache.xmlgraphics.ps Classes for the creation of PostScript files. -
-
Uses of PSCommandMap in org.apache.xmlgraphics.ps
Classes in org.apache.xmlgraphics.ps that implement PSCommandMap Modifier and Type Class Description class
PSGenerator
This class is used to output PostScript code to an OutputStream.private static class
PSProcSets.StdProcSet
The standard procset used by XML Graphics Commons.Fields in org.apache.xmlgraphics.ps declared as PSCommandMap Modifier and Type Field Description private PSCommandMap
PSGenerator. commandMap
static PSCommandMap
PSProcSets. STD_COMMAND_MAP
the standard command map matching thePSProcSets.STD_PROCSET
.
-