Uses of Class
org.apache.fop.render.ps.extensions.PSExtensionAttachment
-
Packages that use PSExtensionAttachment Package Description org.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer. -
-
Uses of PSExtensionAttachment in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type PSExtensionAttachment Modifier and Type Method Description static void
PSRenderingUtil. writeEnclosedExtensionAttachment(org.apache.xmlgraphics.ps.PSGenerator gen, PSExtensionAttachment attachment)
Formats and writes a PSExtensionAttachment to the output stream. -
Uses of PSExtensionAttachment in org.apache.fop.render.ps.extensions
Subclasses of PSExtensionAttachment in org.apache.fop.render.ps.extensions Modifier and Type Class Description class
PSCommentAfter
Custom postscript comment after classclass
PSCommentBefore
Custom postscript comment before classclass
PSPageTrailerCodeBefore
class
PSSetPageDevice
Element for postscript setpagedevice instruction This is a an extension which provides a pass-through value dictionary object for the postscript setpagedevice instruction.class
PSSetupCode
This is the pass-through value object for the PostScript extension.Fields in org.apache.fop.render.ps.extensions declared as PSExtensionAttachment Modifier and Type Field Description protected PSExtensionAttachment
AbstractPSExtensionElement. attachment
extension attachmentprivate PSExtensionAttachment
PSExtensionHandler. returnedObject
-