Package org.apache.xmlgraphics.ps
Class PSProcSets
- java.lang.Object
-
- org.apache.xmlgraphics.ps.PSProcSets
-
public final class PSProcSets extends java.lang.ObjectThis class defines the basic resources (procsets) used by the Apache XML Graphics project.- Version:
- $Id: PSProcSets.java 1804124 2017-08-04 14:13:54Z ssteiner $
-
-
Field Summary
Fields Modifier and Type Field Description static PSResourceEPS_PROCSETthe EPS procset for the XML Graphics projectstatic PSCommandMapSTD_COMMAND_MAPthe standard command map matching theSTD_PROCSET.static PSResourceSTD_PROCSETthe standard procset for the XML Graphics project
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidwriteEPSProcSet(PSGenerator gen)Generates a resource defining a procset for including EPS graphics.static voidwriteFOPEPSProcSet(PSGenerator gen)Deprecated.Use writeEPSProcSet() instead.static voidwriteFOPStdProcSet(PSGenerator gen)Deprecated.Use writeStdProcSet() instead.static voidwriteStdProcSet(PSGenerator gen)Generates a resource defining standard procset with operations used by the XML Graphics project.
-
-
-
Field Detail
-
STD_PROCSET
public static final PSResource STD_PROCSET
the standard procset for the XML Graphics project
-
EPS_PROCSET
public static final PSResource EPS_PROCSET
the EPS procset for the XML Graphics project
-
STD_COMMAND_MAP
public static final PSCommandMap STD_COMMAND_MAP
the standard command map matching theSTD_PROCSET.
-
-
Method Detail
-
writeStdProcSet
public static void writeStdProcSet(PSGenerator gen) throws java.io.IOException
Generates a resource defining standard procset with operations used by the XML Graphics project.- Parameters:
gen- PSGenerator to use for output- Throws:
java.io.IOException- In case of an I/O problem
-
writeFOPStdProcSet
public static void writeFOPStdProcSet(PSGenerator gen) throws java.io.IOException
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:
java.io.IOException- In case of an I/O problem
-
writeEPSProcSet
public static void writeEPSProcSet(PSGenerator gen) throws java.io.IOException
Generates a resource defining a procset for including EPS graphics.- Parameters:
gen- PSGenerator to use for output- Throws:
java.io.IOException- In case of an I/O problem
-
writeFOPEPSProcSet
public static void writeFOPEPSProcSet(PSGenerator gen) throws java.io.IOException
Deprecated.Use writeEPSProcSet() instead.Generates a resource defining a procset for including EPS graphics.- Parameters:
gen- PSGenerator to use for output- Throws:
java.io.IOException- In case of an I/O problem
-
-