Uses of Interface
org.apache.fop.render.intermediate.IFDocumentHandler
Packages that use IFDocumentHandler
Package
Description
Application classes used for running FOP embedded in other applications.
Generic renderer interface.
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
SVG (Structured Vector Graphics) Renderer
-
Uses of IFDocumentHandler in org.apache.fop.apps
Fields in org.apache.fop.apps declared as IFDocumentHandlerMethods in org.apache.fop.apps that return IFDocumentHandlerModifier and TypeMethodDescriptionFOUserAgent.getDocumentHandlerOverride()Returns the overridingIFDocumentHandlerinstance, if any.Methods in org.apache.fop.apps with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoidFOUserAgent.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 IFDocumentHandlerModifier and TypeMethodDescriptionRendererFactory.createDocumentHandler(FOUserAgent userAgent, String outputFormat) Creates aIFDocumentHandlerobject based on the desired output format.Methods in org.apache.fop.render with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoidPrintRendererConfigurator.configure(IFDocumentHandler documentHandler) Configures a intermediate format document handler.private RendererRendererFactory.createRendererForDocumentHandler(IFDocumentHandler documentHandler) 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 IFDocumentHandlerModifier and TypeClassDescriptionclassIFDocumentHandlerimplementation that produces AFP (MO:DCA).Methods in org.apache.fop.render.afp that return IFDocumentHandlerModifier and TypeMethodDescriptionAFPDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Instantiates a newIFDocumentHandler.Methods in org.apache.fop.render.afp with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoidAFPRendererConfigurator.configure(IFDocumentHandler documentHandler) -
Uses of IFDocumentHandler in org.apache.fop.render.bitmap
Classes in org.apache.fop.render.bitmap that implement IFDocumentHandlerModifier and TypeClassDescriptionclassAbstractIFDocumentHandlerimplementation for producing bitmap images.classIFDocumentHandlerimplementation that produces PNG files.classIFDocumentHandlerimplementation that produces TIFF files.Methods in org.apache.fop.render.bitmap that return IFDocumentHandlerModifier and TypeMethodDescriptionPNGDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Instantiates a newIFDocumentHandler.TIFFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Instantiates a newIFDocumentHandler.Methods in org.apache.fop.render.bitmap with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoidBitmapRendererConfigurator.configure(IFDocumentHandler documentHandler) Configures a intermediate format document handler.(package private) voidBitmapRendererConfigurator.configure(IFDocumentHandler documentHandler, BitmapRenderingSettings settings, BitmapRendererConfig.BitmapRendererConfigParser parser) 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 IFDocumentHandlerModifier and TypeClassDescriptionclassAbstractIFPainter<T extends IFDocumentHandler>Abstract base class for IFPainter implementations.Classes in org.apache.fop.render.intermediate that implement IFDocumentHandlerModifier and TypeClassDescriptionclassAbstract base class for binary-writingIFDocumentHandlerimplementations.classAbstract base class forIFDocumentHandlerimplementations.classAbstract base class for XML-writingIFDocumentHandlerimplementations.classA filter that uses the Event Notification System to broadcast IF events.classIFPainter implementation that serializes the intermediate format to XML.Fields in org.apache.fop.render.intermediate declared as IFDocumentHandlerModifier and TypeFieldDescriptionprivate final TAbstractIFPainter.documentHandlerprivate IFDocumentHandlerIFParser.Handler.documentHandlerprivate IFDocumentHandlerIFRenderer.documentHandlerprivate IFDocumentHandlerIFSerializer.mimicHandlerMethods in org.apache.fop.render.intermediate that return IFDocumentHandlerModifier and TypeMethodDescriptionprotected IFDocumentHandlerIFRenderer.createDefaultDocumentHandler()Creates a defaultIFDocumentHandlerwhen none has been set.IFSerializer.getMimickedDocumentHandler()Returns the document handler that is being mimicked by this serializer.abstract IFDocumentHandlerAbstractIFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Instantiates a newIFDocumentHandler.IFSerializerMaker.makeIFDocumentHandler(IFContext ifContext) Instantiates a newIFDocumentHandler.Methods in org.apache.fop.render.intermediate with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoidIFDocumentHandlerConfigurator.configure(IFDocumentHandler documentHandler) Configures a intermediate format document handler.IFParser.getContentHandler(IFDocumentHandler documentHandler, FOUserAgent userAgent) Creates a new ContentHandler instance that you can send the area tree XML to.static 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(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 IFDocumentHandlerModifierConstructorDescriptionEventProducingFilter(IFDocumentHandler ifDocumentHandler, FOUserAgent userAgent) ConstructorHandler(IFDocumentHandler documentHandler, FOUserAgent userAgent, ElementMappingRegistry elementMappingRegistry) -
Uses of IFDocumentHandler in org.apache.fop.render.intermediate.util
Classes in org.apache.fop.render.intermediate.util that implement IFDocumentHandlerModifier and TypeClassDescriptionprivate classclassThis class is a simple proxy that delegates all method calls to anotherIFDocumentHandlerinstance.Fields in org.apache.fop.render.intermediate.util declared as IFDocumentHandlerModifier and TypeFieldDescriptionprotected IFDocumentHandlerIFDocumentHandlerProxy.delegatethe delegate IFDocumentHandlerprivate IFDocumentHandlerIFConcatenator.targetHandlerMethods in org.apache.fop.render.intermediate.util that return IFDocumentHandlerModifier and TypeMethodDescriptionprotected IFDocumentHandlerIFConcatenator.getTargetHandler()Returns the target document handler.Constructors in org.apache.fop.render.intermediate.util with parameters of type IFDocumentHandlerModifierConstructorDescriptionIFConcatenator(IFDocumentHandler targetHandler, org.apache.xmlgraphics.xmp.Metadata metadata) Creates a new IF concatenator.IFDocumentHandlerProxy(IFDocumentHandler delegate) Creates a new proxy instance.IFPageSequenceFilter(IFDocumentHandler delegate) -
Uses of IFDocumentHandler in org.apache.fop.render.java2d
Classes in org.apache.fop.render.java2d that implement IFDocumentHandlerModifier and TypeClassDescriptionclassIFDocumentHandlerimplementation that produces Graphics2D instance.Subclasses with type arguments of type IFDocumentHandler in org.apache.fop.render.java2dModifier and TypeClassDescriptionclassIFPainterimplementation that paints on a Graphics2D instance.Constructors in org.apache.fop.render.java2d with parameters of type IFDocumentHandlerModifierConstructorDescriptionJava2DPainter(Graphics2D g2d, IFContext context, FontInfo fontInfo, IFDocumentHandler documentHandler) Java2DPainter(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 IFDocumentHandlerMethods in org.apache.fop.render.pcl that return IFDocumentHandlerModifier and TypeMethodDescriptionPCLDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Instantiates a newIFDocumentHandler.Methods in org.apache.fop.render.pcl with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoidPCLRendererConfigurator.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 IFDocumentHandlerMethods in org.apache.fop.render.pdf that return IFDocumentHandlerModifier and TypeMethodDescriptionPDFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Methods in org.apache.fop.render.pdf with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoidPDFRendererConfigurator.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 IFDocumentHandlerModifier and TypeClassDescriptionclassIFDocumentHandlerimplementation that produces PostScript.Methods in org.apache.fop.render.ps that return IFDocumentHandlerModifier and TypeMethodDescriptionPSDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Methods in org.apache.fop.render.ps with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoidPSRendererConfigurator.configure(IFDocumentHandler documentHandler) -
Uses of IFDocumentHandler in org.apache.fop.render.svg
Classes in org.apache.fop.render.svg that implement IFDocumentHandlerModifier and TypeClassDescriptionclassAbstract base class for SVG Painter implementations.classIFDocumentHandlerimplementation that writes SVG 1.1.classIFDocumentHandlerimplementation that writes SVG Print.Methods in org.apache.fop.render.svg that return IFDocumentHandlerModifier and TypeMethodDescriptionSVGDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Instantiates a newIFDocumentHandler.SVGPrintDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) Instantiates a newIFDocumentHandler.