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:
Comparable
public final class FOPProcSet
extends org.apache.xmlgraphics.ps.PSProcSet
Proc Set with FOP-specific procs.
-
Field Summary
FieldsFields inherited from class org.apache.xmlgraphics.ps.PSResource
TYPE_CIDFONT, TYPE_CMAP, TYPE_ENCODING, TYPE_FILE, TYPE_FONT, TYPE_FORM, TYPE_PATTERN, TYPE_PROCSET -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(org.apache.xmlgraphics.ps.PSGenerator gen) Writes the procset to the PostScript file.Methods inherited from class org.apache.xmlgraphics.ps.PSProcSet
getResourceSpecification, getRevision, getVersionMethods inherited from class org.apache.xmlgraphics.ps.PSResource
compareTo, equals, getName, getType, hashCode, toString
-
Field Details
-
INSTANCE
Singleton instance of the FOP procset
-
-
Method Details
-
writeTo
Writes the procset to the PostScript file.- Parameters:
gen- the PS generator- Throws:
IOException- if an I/O error occurs
-