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 overridingIFDocumentHandler
instance, if any.Methods in org.apache.fop.apps with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoid
FOUserAgent.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 aIFDocumentHandler
object based on the desired output format.Methods in org.apache.fop.render with parameters of type IFDocumentHandlerModifier and TypeMethodDescriptionvoid
PrintRendererConfigurator.configure
(IFDocumentHandler documentHandler) Configures a intermediate format document handler.private Renderer
RendererFactory.createRendererForDocumentHandler
(IFDocumentHandler documentHandler) protected RendererConfig
PrintRendererConfigurator.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 TypeClassDescriptionclass
IFDocumentHandler
implementation 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 TypeMethodDescriptionvoid
AFPRendererConfigurator.configure
(IFDocumentHandler documentHandler) -
Uses of IFDocumentHandler in org.apache.fop.render.bitmap
Classes in org.apache.fop.render.bitmap that implement IFDocumentHandlerModifier and TypeClassDescriptionclass
AbstractIFDocumentHandler
implementation for producing bitmap images.class
IFDocumentHandler
implementation that produces PNG files.class
IFDocumentHandler
implementation 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 TypeMethodDescriptionvoid
BitmapRendererConfigurator.configure
(IFDocumentHandler documentHandler) Configures a intermediate format document handler.(package private) void
BitmapRendererConfigurator.configure
(IFDocumentHandler documentHandler, BitmapRenderingSettings settings, BitmapRendererConfig.BitmapRendererConfigParser parser) void
TIFFRendererConfigurator.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 TypeClassDescriptionclass
AbstractIFPainter<T extends IFDocumentHandler>
Abstract base class for IFPainter implementations.Classes in org.apache.fop.render.intermediate that implement IFDocumentHandlerModifier and TypeClassDescriptionclass
Abstract base class for binary-writingIFDocumentHandler
implementations.class
Abstract base class forIFDocumentHandler
implementations.class
Abstract base class for XML-writingIFDocumentHandler
implementations.class
A filter that uses the Event Notification System to broadcast IF events.class
IFPainter implementation that serializes the intermediate format to XML.Fields in org.apache.fop.render.intermediate declared as IFDocumentHandlerModifier and TypeFieldDescriptionprivate final T
AbstractIFPainter.documentHandler
private IFDocumentHandler
IFParser.Handler.documentHandler
private IFDocumentHandler
IFRenderer.documentHandler
private IFDocumentHandler
IFSerializer.mimicHandler
Methods in org.apache.fop.render.intermediate that return IFDocumentHandlerModifier and TypeMethodDescriptionprotected IFDocumentHandler
IFRenderer.createDefaultDocumentHandler()
Creates a defaultIFDocumentHandler
when none has been set.IFSerializer.getMimickedDocumentHandler()
Returns the document handler that is being mimicked by this serializer.abstract IFDocumentHandler
AbstractIFDocumentHandlerMaker.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 TypeMethodDescriptionvoid
IFDocumentHandlerConfigurator.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 String
IFUtil.getEffectiveMIMEType
(IFDocumentHandler documentHandler) Returns the MIME type of the output format that the given document handler is supposed to handle.void
IFSerializer.mimicDocumentHandler
(IFDocumentHandler targetHandler) Tells this serializer to mimic the given document handler (mostly applies to the font set that is used during layout).void
IFParser.parse
(Source src, IFDocumentHandler documentHandler, FOUserAgent userAgent) Parses an intermediate file and paints it.void
IFRenderer.setDocumentHandler
(IFDocumentHandler documentHandler) Sets theIFDocumentHandler
to be used by theIFRenderer
.static void
IFUtil.setupFonts
(IFDocumentHandler documentHandler) Sets up the fonts on a document handler.static void
IFUtil.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 class
class
This class is a simple proxy that delegates all method calls to anotherIFDocumentHandler
instance.Fields in org.apache.fop.render.intermediate.util declared as IFDocumentHandlerModifier and TypeFieldDescriptionprotected IFDocumentHandler
IFDocumentHandlerProxy.delegate
the delegate IFDocumentHandlerprivate IFDocumentHandler
IFConcatenator.targetHandler
Methods in org.apache.fop.render.intermediate.util that return IFDocumentHandlerModifier and TypeMethodDescriptionprotected IFDocumentHandler
IFConcatenator.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 TypeClassDescriptionclass
IFDocumentHandler
implementation that produces 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 TypeMethodDescriptionvoid
PCLRendererConfigurator.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 TypeMethodDescriptionvoid
PDFRendererConfigurator.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 TypeClassDescriptionclass
IFDocumentHandler
implementation 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 TypeMethodDescriptionvoid
PSRendererConfigurator.configure
(IFDocumentHandler documentHandler) -
Uses of IFDocumentHandler in org.apache.fop.render.svg
Classes in org.apache.fop.render.svg that implement IFDocumentHandlerModifier and TypeClassDescriptionclass
Abstract base class for SVG Painter implementations.class
IFDocumentHandler
implementation that writes SVG 1.1.class
IFDocumentHandler
implementation 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
.