Uses of Class
org.apache.fop.render.intermediate.AbstractIFDocumentHandler
-
Packages that use AbstractIFDocumentHandler Package Description org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.org.apache.fop.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages.org.apache.fop.render.intermediate org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2)org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.svg SVG (Structured Vector Graphics) Renderer -
-
Uses of AbstractIFDocumentHandler in org.apache.fop.render.afp
Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.afp Modifier and Type Class Description class
AFPDocumentHandler
IFDocumentHandler
implementation that produces AFP (MO:DCA). -
Uses of AbstractIFDocumentHandler in org.apache.fop.render.bitmap
Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.bitmap Modifier and Type Class Description class
AbstractBitmapDocumentHandler
AbstractIFDocumentHandler
implementation for producing bitmap images.class
PNGDocumentHandler
IFDocumentHandler
implementation that produces PNG files.class
TIFFDocumentHandler
IFDocumentHandler
implementation that produces TIFF files. -
Uses of AbstractIFDocumentHandler in org.apache.fop.render.intermediate
Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.intermediate Modifier and Type Class Description class
AbstractBinaryWritingIFDocumentHandler
Abstract base class for binary-writingIFDocumentHandler
implementations.class
AbstractXMLWritingIFDocumentHandler
Abstract base class for XML-writingIFDocumentHandler
implementations.class
IFSerializer
IFPainter implementation that serializes the intermediate format to XML. -
Uses of AbstractIFDocumentHandler in org.apache.fop.render.pcl
Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.pcl Modifier and Type Class Description class
PCLDocumentHandler
IFDocumentHandler
implementation that produces PCL 5. -
Uses of AbstractIFDocumentHandler in org.apache.fop.render.pdf
Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.pdf Modifier and Type Class Description class
PDFDocumentHandler
IFDocumentHandler
implementation that produces PDF. -
Uses of AbstractIFDocumentHandler in org.apache.fop.render.ps
Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.ps Modifier and Type Class Description class
PSDocumentHandler
IFDocumentHandler
implementation that produces PostScript. -
Uses of AbstractIFDocumentHandler in org.apache.fop.render.svg
Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.svg Modifier and Type Class Description class
AbstractSVGDocumentHandler
Abstract base class for SVG Painter implementations.class
SVGDocumentHandler
IFDocumentHandler
implementation that writes SVG 1.1.class
SVGPrintDocumentHandler
IFDocumentHandler
implementation that writes SVG Print.
-