fop 1.0

org.apache.fop.render.ps
Class FOPProcSet

java.lang.Object
  extended by org.apache.xmlgraphics.ps.PSResource
      extended by org.apache.xmlgraphics.ps.PSProcSet
          extended by org.apache.fop.render.ps.FOPProcSet
All Implemented Interfaces:
java.lang.Comparable

public final class FOPProcSet
extends org.apache.xmlgraphics.ps.PSProcSet

Proc Set with FOP-specific procs.


Field Summary
static FOPProcSet INSTANCE
          Singleton instance of the FOP procset
 
Fields inherited from class org.apache.xmlgraphics.ps.PSResource
TYPE_ENCODING, TYPE_FILE, TYPE_FONT, TYPE_FORM, TYPE_PATTERN, TYPE_PROCSET
 
Method Summary
 void writeTo(org.apache.xmlgraphics.ps.PSGenerator gen)
          Writes the procset to the PostScript file.
 
Methods inherited from class org.apache.xmlgraphics.ps.PSProcSet
getResourceSpecification, getRevision, getVersion
 
Methods inherited from class org.apache.xmlgraphics.ps.PSResource
compareTo, equals, getName, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final FOPProcSet INSTANCE
Singleton instance of the FOP procset

Method Detail

writeTo

public void writeTo(org.apache.xmlgraphics.ps.PSGenerator gen)
             throws java.io.IOException
Writes the procset to the PostScript file.

Parameters:
gen - the PS generator
Throws:
java.io.IOException - if an I/O error occurs

fop 1.0

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