|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.ps.PSProcSets
public final class PSProcSets
This class defines the basic resources (procsets) used by the Apache XML Graphics project.
Field Summary | |
---|---|
static PSResource |
EPS_PROCSET
the EPS procset for the XML Graphics project |
static PSResource |
STD_PROCSET
the standard procset for the XML Graphics project |
Constructor Summary | |
---|---|
PSProcSets()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PSResource STD_PROCSET
public static final PSResource EPS_PROCSET
Constructor Detail |
---|
public PSProcSets()
Method Detail |
---|
public static void writeStdProcSet(PSGenerator gen) throws java.io.IOException
gen
- PSGenerator to use for output
java.io.IOException
- In case of an I/O problempublic static void writeFOPStdProcSet(PSGenerator gen) throws java.io.IOException
gen
- PSGenerator to use for output
java.io.IOException
- In case of an I/O problempublic static void writeEPSProcSet(PSGenerator gen) throws java.io.IOException
gen
- PSGenerator to use for output
java.io.IOException
- In case of an I/O problempublic static void writeFOPEPSProcSet(PSGenerator gen) throws java.io.IOException
gen
- PSGenerator to use for output
java.io.IOException
- In case of an I/O problem
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |