Package org.apache.xmlgraphics.ps
Class PSProcSets
java.lang.Object
org.apache.xmlgraphics.ps.PSProcSets
This class defines the basic resources (procsets) used by the Apache XML Graphics project.
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PSResource
the EPS procset for the XML Graphics projectstatic final PSCommandMap
the standard command map matching theSTD_PROCSET
.static final PSResource
the standard procset for the XML Graphics project -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Generates a resource defining a procset for including EPS graphics.static void
Deprecated.Use writeEPSProcSet() instead.static void
Deprecated.Use writeStdProcSet() instead.static void
Generates a resource defining standard procset with operations used by the XML Graphics project.
-
Field Details
-
STD_PROCSET
the standard procset for the XML Graphics project -
EPS_PROCSET
the EPS procset for the XML Graphics project -
STD_COMMAND_MAP
the standard command map matching theSTD_PROCSET
.
-
-
Method Details
-
writeStdProcSet
Generates a resource defining standard procset with operations used by the XML Graphics project.- Parameters:
gen
- PSGenerator to use for output- Throws:
IOException
- In case of an I/O problem
-
writeFOPStdProcSet
Deprecated.Use writeStdProcSet() instead.Generates a resource defining standard procset with operations used by the XML Graphics project.- Parameters:
gen
- PSGenerator to use for output- Throws:
IOException
- In case of an I/O problem
-
writeEPSProcSet
Generates a resource defining a procset for including EPS graphics.- Parameters:
gen
- PSGenerator to use for output- Throws:
IOException
- In case of an I/O problem
-
writeFOPEPSProcSet
Deprecated.Use writeEPSProcSet() instead.Generates a resource defining a procset for including EPS graphics.- Parameters:
gen
- PSGenerator to use for output- Throws:
IOException
- In case of an I/O problem
-