org.apache.fop.render.ps
Class PSProcSets
java.lang.Object
|
+--org.apache.fop.render.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,v 1.3 2003/03/11 08:42:24 jeremias Exp $
- 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-2005 The Apache Software Foundation. All Rights Reserved.