org.apache.xmlgraphics.ps
Class PSProcSets
java.lang.Object
|
+--org.apache.xmlgraphics.ps.PSProcSets
- public final class PSProcSets
- extends java.lang.Object
This class defines the basic resources (procsets) used by FOP's PostScript
renderer and SVG transcoder.
- Version:
- $Id: PSProcSets.java 426584 2006-07-28 16:01:47Z jeremias $
- Author:
- Apache FOP Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STD_PROCSET
public static final PSResource STD_PROCSET
- the standard FOP procset
EPS_PROCSET
public static final PSResource EPS_PROCSET
- the EPS FOP procset
PSProcSets
public PSProcSets()
writeFOPStdProcSet
public static void writeFOPStdProcSet(PSGenerator gen)
throws java.io.IOException
- Generates a resource defining standard procset for FOP.
- 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
- 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
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.