Uses of Interface
org.apache.fop.render.intermediate.IFPainter
Packages that use IFPainter
Package
Description
An AFP Renderer implementation and supporting classes.
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PCL Renderer (Supports PCL5 and HP GL/2)
PDF Renderer
PostScript Renderer
-
Uses of IFPainter in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement IFPainterModifier and TypeClassDescriptionclass
IFPainter implementation that produces AFP (MO:DCA).Methods in org.apache.fop.render.afp that return IFPainterModifier and TypeMethodDescriptionAFPDocumentHandler.startPageContent()
Indicates the start of the page content. -
Uses of IFPainter in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that return IFPainterModifier and TypeMethodDescriptionAbstractBitmapDocumentHandler.startPageContent()
Indicates the start of the page content. -
Uses of IFPainter in org.apache.fop.render.intermediate
Classes in org.apache.fop.render.intermediate that implement IFPainterModifier and TypeClassDescriptionclass
AbstractIFPainter<T extends IFDocumentHandler>
Abstract base class for IFPainter implementations.class
IFPainter implementation that serializes the intermediate format to XML.Methods in org.apache.fop.render.intermediate that return IFPainterModifier and TypeMethodDescriptionIFDocumentHandler.startPageContent()
Indicates the start of the page content.IFSerializer.startPageContent()
Indicates the start of the page content.Methods in org.apache.fop.render.intermediate with parameters of type IFPainter -
Uses of IFPainter in org.apache.fop.render.intermediate.util
Methods in org.apache.fop.render.intermediate.util that return IFPainterModifier and TypeMethodDescriptionIFDocumentHandlerProxy.startPageContent()
Indicates the start of the page content. -
Uses of IFPainter in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement IFPainterModifier and TypeClassDescriptionclass
IFPainter
implementation that paints on a Graphics2D instance.Methods in org.apache.fop.render.java2d that return IFPainter -
Uses of IFPainter in org.apache.fop.render.pcl
Classes in org.apache.fop.render.pcl that implement IFPainterMethods in org.apache.fop.render.pcl that return IFPainterModifier and TypeMethodDescriptionPCLDocumentHandler.startPageContent()
Indicates the start of the page content. -
Uses of IFPainter in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement IFPainterMethods in org.apache.fop.render.pdf that return IFPainterModifier and TypeMethodDescriptionPDFDocumentHandler.startPageContent()
Indicates the start of the page content. -
Uses of IFPainter in org.apache.fop.render.ps
Classes in org.apache.fop.render.ps that implement IFPainterModifier and TypeClassDescriptionclass
IFPainter implementation that produces PostScript.Methods in org.apache.fop.render.ps that return IFPainterModifier and TypeMethodDescriptionPSDocumentHandler.startPageContent()
Indicates the start of the page content.