Uses of Interface
org.apache.fop.render.intermediate.IFPainter
-
Packages that use IFPainter 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.intermediate.util org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.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 Renderer -
-
Uses of IFPainter in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement IFPainter Modifier and Type Class Description classAFPPainterIFPainter implementation that produces AFP (MO:DCA).Methods in org.apache.fop.render.afp that return IFPainter Modifier and Type Method Description IFPainterAFPDocumentHandler. 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 IFPainter Modifier and Type Method Description IFPainterAbstractBitmapDocumentHandler. 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 IFPainter Modifier and Type Class Description classAbstractIFPainter<T extends IFDocumentHandler>Abstract base class for IFPainter implementations.classIFSerializerIFPainter implementation that serializes the intermediate format to XML.Methods in org.apache.fop.render.intermediate that return IFPainter Modifier and Type Method Description IFPainterIFDocumentHandler. startPageContent()Indicates the start of the page content.IFPainterIFSerializer. startPageContent()Indicates the start of the page content.Methods in org.apache.fop.render.intermediate with parameters of type IFPainter Modifier and Type Method Description voidIFGraphicContext.Group. end(IFPainter painter)voidIFGraphicContext.Viewport. end(IFPainter painter)voidIFGraphicContext.Group. start(IFPainter painter)voidIFGraphicContext.Viewport. start(IFPainter painter) -
Uses of IFPainter in org.apache.fop.render.intermediate.util
Methods in org.apache.fop.render.intermediate.util that return IFPainter Modifier and Type Method Description IFPainterIFDocumentHandlerProxy. 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 IFPainter Modifier and Type Class Description classJava2DPainterIFPainterimplementation that paints on a Graphics2D instance.Methods in org.apache.fop.render.java2d that return IFPainter Modifier and Type Method Description IFPainterJava2DDocumentHandler. startPageContent() -
Uses of IFPainter in org.apache.fop.render.pcl
Classes in org.apache.fop.render.pcl that implement IFPainter Modifier and Type Class Description classPCLPainterIFPainterimplementation that produces PCL 5.Methods in org.apache.fop.render.pcl that return IFPainter Modifier and Type Method Description IFPainterPCLDocumentHandler. 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 IFPainter Modifier and Type Class Description classPDFPainterIFPainter implementation that produces PDF.Methods in org.apache.fop.render.pdf that return IFPainter Modifier and Type Method Description IFPainterPDFDocumentHandler. 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 IFPainter Modifier and Type Class Description classPSPainterIFPainter implementation that produces PostScript.Methods in org.apache.fop.render.ps that return IFPainter Modifier and Type Method Description IFPainterPSDocumentHandler. startPageContent()Indicates the start of the page content.
-