public final class PSProcSets extends Object
限定符和类型 | 字段和说明 |
---|---|
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
|
限定符和类型 | 方法和说明 |
---|---|
static void |
writeEPSProcSet(PSGenerator gen)
Generates a resource defining a procset for including EPS graphics.
|
static void |
writeFOPEPSProcSet(PSGenerator gen)
已过时。
Use writeEPSProcSet() instead.
|
static void |
writeFOPStdProcSet(PSGenerator gen)
已过时。
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 IOException
gen
- PSGenerator to use for outputIOException
- In case of an I/O problempublic static void writeFOPStdProcSet(PSGenerator gen) throws IOException
gen
- PSGenerator to use for outputIOException
- In case of an I/O problempublic static void writeEPSProcSet(PSGenerator gen) throws IOException
gen
- PSGenerator to use for outputIOException
- In case of an I/O problempublic static void writeFOPEPSProcSet(PSGenerator gen) throws IOException
gen
- PSGenerator to use for outputIOException
- In case of an I/O problemCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.