| |
|
| java.lang.Object org.apache.xmlgraphics.ps.PSProcSets
PSProcSets | final public class PSProcSets (Code) | | This class defines the basic resources (procsets) used by the Apache XML Graphics project.
version: $Id: PSProcSets.java 513830 2007-03-02 16:29:53Z jeremias $ |
Method Summary | |
public static void | writeEPSProcSet(PSGenerator gen) Generates a resource defining a procset for including EPS graphics. | public static void | writeFOPEPSProcSet(PSGenerator gen) Generates a resource defining a procset for including EPS graphics. | public static void | writeFOPStdProcSet(PSGenerator gen) Generates a resource defining standard procset with operations used by the XML Graphics
project. | public static void | writeStdProcSet(PSGenerator gen) Generates a resource defining standard procset with operations used by the XML Graphics
project. |
EPS_PROCSET | final public static PSResource EPS_PROCSET(Code) | | the EPS procset for the XML Graphics project
|
STD_PROCSET | final public static PSResource STD_PROCSET(Code) | | the standard procset for the XML Graphics project
|
writeEPSProcSet | public static void writeEPSProcSet(PSGenerator gen) throws IOException(Code) | | 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 | public static void writeFOPEPSProcSet(PSGenerator gen) throws IOException(Code) | | 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 |
writeFOPStdProcSet | public static void writeFOPStdProcSet(PSGenerator gen) throws IOException(Code) | | 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 |
writeStdProcSet | public static void writeStdProcSet(PSGenerator gen) throws IOException(Code) | | 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 |
|
|
|