Package org.apache.fop.render.ps
Class FOPProcSet
- java.lang.Object
-
- org.apache.xmlgraphics.ps.PSResource
-
- org.apache.xmlgraphics.ps.PSProcSet
-
- 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
Fields Modifier and Type Field Description static FOPProcSet
INSTANCE
Singleton instance of the FOP procset
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
INSTANCE
public static final FOPProcSet INSTANCE
Singleton instance of the FOP procset
-
-