Uses of Interface
org.apache.fop.render.intermediate.IFDocumentHandler
-
Packages that use IFDocumentHandler Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.render Generic renderer interface.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 IFDocumentHandler in org.apache.fop.apps
Methods in org.apache.fop.apps that return IFDocumentHandler Modifier and Type Method Description IFDocumentHandlerFOUserAgent. getDocumentHandlerOverride()Returns the overridingIFDocumentHandlerinstance, if any.Methods in org.apache.fop.apps with parameters of type IFDocumentHandler Modifier and Type Method Description voidFOUserAgent. setDocumentHandlerOverride(IFDocumentHandler documentHandler)Sets an explicit document handler to use which overrides the one that would be selected by default. -
Uses of IFDocumentHandler in org.apache.fop.render
Methods in org.apache.fop.render that return IFDocumentHandler Modifier and Type Method Description IFDocumentHandlerRendererFactory. createDocumentHandler(FOUserAgent userAgent, java.lang.String outputFormat)Creates aIFDocumentHandlerobject based on the desired output format.Methods in org.apache.fop.render with parameters of type IFDocumentHandler Modifier and Type Method Description voidPrintRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.protected RendererConfigPrintRendererConfigurator. getRendererConfig(IFDocumentHandler documentHandler)Returns the renderer configuration data for a specific renderer. -
Uses of IFDocumentHandler in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement IFDocumentHandler Modifier and Type Class Description classAFPDocumentHandlerIFDocumentHandlerimplementation that produces AFP (MO:DCA).Methods in org.apache.fop.render.afp that return IFDocumentHandler Modifier and Type Method Description IFDocumentHandlerAFPDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)Instantiates a newIFDocumentHandler.Methods in org.apache.fop.render.afp with parameters of type IFDocumentHandler Modifier and Type Method Description voidAFPRendererConfigurator. configure(IFDocumentHandler documentHandler) -
Uses of IFDocumentHandler in org.apache.fop.render.bitmap
Classes in org.apache.fop.render.bitmap that implement IFDocumentHandler Modifier and Type Class Description classAbstractBitmapDocumentHandlerAbstractIFDocumentHandlerimplementation for producing bitmap images.classPNGDocumentHandlerIFDocumentHandlerimplementation that produces PNG files.classTIFFDocumentHandlerIFDocumentHandlerimplementation that produces TIFF files.Methods in org.apache.fop.render.bitmap that return IFDocumentHandler Modifier and Type Method Description IFDocumentHandlerPNGDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)Instantiates a newIFDocumentHandler.IFDocumentHandlerTIFFDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)Instantiates a newIFDocumentHandler.Methods in org.apache.fop.render.bitmap with parameters of type IFDocumentHandler Modifier and Type Method Description voidBitmapRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.voidTIFFRendererConfigurator. configure(IFDocumentHandler documentHandler) -
Uses of IFDocumentHandler in org.apache.fop.render.intermediate
Classes in org.apache.fop.render.intermediate with type parameters of type IFDocumentHandler Modifier and Type Class Description classAbstractIFPainter<T extends IFDocumentHandler>Abstract base class for IFPainter implementations.Classes in org.apache.fop.render.intermediate that implement IFDocumentHandler Modifier and Type Class Description classAbstractBinaryWritingIFDocumentHandlerAbstract base class for binary-writingIFDocumentHandlerimplementations.classAbstractIFDocumentHandlerAbstract base class forIFDocumentHandlerimplementations.classAbstractXMLWritingIFDocumentHandlerAbstract base class for XML-writingIFDocumentHandlerimplementations.classEventProducingFilterA filter that uses the Event Notification System to broadcast IF events.classIFSerializerIFPainter implementation that serializes the intermediate format to XML.Methods in org.apache.fop.render.intermediate that return IFDocumentHandler Modifier and Type Method Description protected IFDocumentHandlerIFRenderer. createDefaultDocumentHandler()Creates a defaultIFDocumentHandlerwhen none has been set.IFDocumentHandlerIFSerializer. getMimickedDocumentHandler()Returns the document handler that is being mimicked by this serializer.abstract IFDocumentHandlerAbstractIFDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)Instantiates a newIFDocumentHandler.IFDocumentHandlerIFSerializerMaker. makeIFDocumentHandler(IFContext ifContext)Instantiates a newIFDocumentHandler.Methods in org.apache.fop.render.intermediate with parameters of type IFDocumentHandler Modifier and Type Method Description voidIFDocumentHandlerConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.org.xml.sax.ContentHandlerIFParser. getContentHandler(IFDocumentHandler documentHandler, FOUserAgent userAgent)Creates a new ContentHandler instance that you can send the area tree XML to.static java.lang.StringIFUtil. getEffectiveMIMEType(IFDocumentHandler documentHandler)Returns the MIME type of the output format that the given document handler is supposed to handle.voidIFSerializer. mimicDocumentHandler(IFDocumentHandler targetHandler)Tells this serializer to mimic the given document handler (mostly applies to the font set that is used during layout).voidIFParser. parse(javax.xml.transform.Source src, IFDocumentHandler documentHandler, FOUserAgent userAgent)Parses an intermediate file and paints it.voidIFRenderer. setDocumentHandler(IFDocumentHandler documentHandler)Sets theIFDocumentHandlerto be used by theIFRenderer.static voidIFUtil. setupFonts(IFDocumentHandler documentHandler)Sets up the fonts on a document handler.static voidIFUtil. setupFonts(IFDocumentHandler documentHandler, FontInfo fontInfo)Sets up the fonts on a document handler.Constructors in org.apache.fop.render.intermediate with parameters of type IFDocumentHandler Constructor Description EventProducingFilter(IFDocumentHandler ifDocumentHandler, FOUserAgent userAgent)Constructor -
Uses of IFDocumentHandler in org.apache.fop.render.intermediate.util
Classes in org.apache.fop.render.intermediate.util that implement IFDocumentHandler Modifier and Type Class Description classIFDocumentHandlerProxyThis class is a simple proxy that delegates all method calls to anotherIFDocumentHandlerinstance.Fields in org.apache.fop.render.intermediate.util declared as IFDocumentHandler Modifier and Type Field Description protected IFDocumentHandlerIFDocumentHandlerProxy. delegatethe delegate IFDocumentHandlerMethods in org.apache.fop.render.intermediate.util that return IFDocumentHandler Modifier and Type Method Description protected IFDocumentHandlerIFConcatenator. getTargetHandler()Returns the target document handler.Constructors in org.apache.fop.render.intermediate.util with parameters of type IFDocumentHandler Constructor Description IFConcatenator(IFDocumentHandler targetHandler, org.apache.xmlgraphics.xmp.Metadata metadata)Creates a new IF concatenator.IFDocumentHandlerProxy(IFDocumentHandler delegate)Creates a new proxy instance. -
Uses of IFDocumentHandler in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement IFDocumentHandler Modifier and Type Class Description classJava2DDocumentHandlerIFDocumentHandlerimplementation that produces Graphics2D instance.Constructors in org.apache.fop.render.java2d with parameters of type IFDocumentHandler Constructor Description Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo, IFDocumentHandler documentHandler)Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo, IFState state, IFDocumentHandler documentHandler) -
Uses of IFDocumentHandler in org.apache.fop.render.pcl
Classes in org.apache.fop.render.pcl that implement IFDocumentHandler Modifier and Type Class Description classPCLDocumentHandlerIFDocumentHandlerimplementation that produces PCL 5.Methods in org.apache.fop.render.pcl that return IFDocumentHandler Modifier and Type Method Description IFDocumentHandlerPCLDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)Instantiates a newIFDocumentHandler.Methods in org.apache.fop.render.pcl with parameters of type IFDocumentHandler Modifier and Type Method Description voidPCLRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler. -
Uses of IFDocumentHandler in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement IFDocumentHandler Modifier and Type Class Description classPDFDocumentHandlerIFDocumentHandlerimplementation that produces PDF.Methods in org.apache.fop.render.pdf that return IFDocumentHandler Modifier and Type Method Description IFDocumentHandlerPDFDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)Methods in org.apache.fop.render.pdf with parameters of type IFDocumentHandler Modifier and Type Method Description voidPDFRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler. -
Uses of IFDocumentHandler in org.apache.fop.render.ps
Classes in org.apache.fop.render.ps that implement IFDocumentHandler Modifier and Type Class Description classPSDocumentHandlerIFDocumentHandlerimplementation that produces PostScript.Methods in org.apache.fop.render.ps that return IFDocumentHandler Modifier and Type Method Description IFDocumentHandlerPSDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)Methods in org.apache.fop.render.ps with parameters of type IFDocumentHandler Modifier and Type Method Description voidPSRendererConfigurator. configure(IFDocumentHandler documentHandler)
-