xmlgraphics-commons 1.0

org.apache.xmlgraphics.ps
Class PSProcSets

java.lang.Object
  extended byorg.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 390710 2006-04-01 18:10:19Z jeremias $
Author:
Apache FOP Development Team

Field Summary
static PSResource EPS_PROCSET
          the EPS FOP procset
static PSResource STD_PROCSET
          the standard FOP procset
 
Constructor Summary
PSProcSets()
           
 
Method Summary
static void writeFOPEPSProcSet(PSGenerator gen)
          Generates a resource defining a procset for including EPS graphics.
static void writeFOPStdProcSet(PSGenerator gen)
          Generates a resource defining standard procset for FOP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STD_PROCSET

public static final PSResource STD_PROCSET
the standard FOP procset


EPS_PROCSET

public static final PSResource EPS_PROCSET
the EPS FOP procset

Constructor Detail

PSProcSets

public PSProcSets()
Method Detail

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

xmlgraphics-commons 1.0

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.