public final class PSProcSets
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PSResource |
EPS_PROCSET
the EPS procset for the XML Graphics project
|
static PSCommandMap |
STD_COMMAND_MAP
the standard command map matching the
STD_PROCSET . |
static PSResource |
STD_PROCSET
the standard procset for the XML Graphics project
|
Modifier and Type | Method and Description |
---|---|
static void |
writeEPSProcSet(PSGenerator gen)
Generates a resource defining a procset for including EPS graphics.
|
static void |
writeFOPEPSProcSet(PSGenerator gen)
Deprecated.
Use writeEPSProcSet() instead.
|
static void |
writeFOPStdProcSet(PSGenerator gen)
Deprecated.
Use writeStdProcSet() instead.
|
static void |
writeStdProcSet(PSGenerator gen)
Generates a resource defining standard procset with operations used by the XML Graphics
project.
|
public static final PSResource STD_PROCSET
public static final PSResource EPS_PROCSET
public static final PSCommandMap STD_COMMAND_MAP
STD_PROCSET
.public static void writeStdProcSet(PSGenerator gen) throws java.io.IOException
gen
- PSGenerator to use for outputjava.io.IOException
- In case of an I/O problempublic static void writeFOPStdProcSet(PSGenerator gen) throws java.io.IOException
gen
- PSGenerator to use for outputjava.io.IOException
- In case of an I/O problempublic static void writeEPSProcSet(PSGenerator gen) throws java.io.IOException
gen
- PSGenerator to use for outputjava.io.IOException
- In case of an I/O problempublic static void writeFOPEPSProcSet(PSGenerator gen) throws java.io.IOException
gen
- PSGenerator to use for outputjava.io.IOException
- In case of an I/O problemCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.