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.pcl |
PCL Renderer (Supports PCL5 and HP GL/2)
|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.render.svg |
SVG (Structured Vector Graphics) Renderer
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
FOUserAgent.getDocumentHandlerOverride()
Returns the overriding
IFDocumentHandler instance, if any. |
Modifier and Type | Method and Description |
---|---|
void |
FOUserAgent.setDocumentHandlerOverride(IFDocumentHandler documentHandler)
Sets an explicit document handler to use which overrides the one that would be
selected by default.
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
RendererFactory.createDocumentHandler(FOUserAgent userAgent,
java.lang.String outputFormat)
Creates a
IFDocumentHandler object based on the desired output format. |
Modifier and Type | Method and Description |
---|---|
void |
PrintRendererConfigurator.configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
void |
PrintRendererConfigurator.setupFontInfo(IFDocumentHandler documentHandler,
FontInfo fontInfo)
Sets up the
FontInfo object for the IFDocumentHandler. |
Modifier and Type | Class and Description |
---|---|
class |
AFPDocumentHandler
IFDocumentHandler implementation that
produces AFP (MO:DCA). |
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
AFPDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method and Description |
---|---|
void |
AFPRendererConfigurator.configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
void |
AFPRendererConfigurator.setupFontInfo(IFDocumentHandler documentHandler,
FontInfo fontInfo)
Sets up the
FontInfo object for the IFDocumentHandler. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBitmapDocumentHandler
Abstract
IFDocumentHandler implementation
for producing bitmap images. |
class |
PNGDocumentHandler
IFDocumentHandler implementation
that produces PNG files. |
class |
TIFFDocumentHandler
IFDocumentHandler implementation
that produces TIFF files. |
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
TIFFDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
IFDocumentHandler |
PNGDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method and Description |
---|---|
void |
BitmapRendererConfigurator.configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
void |
TIFFRendererConfigurator.configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
void |
BitmapRendererConfigurator.setupFontInfo(IFDocumentHandler documentHandler,
FontInfo fontInfo)
Sets up the
FontInfo object for the IFDocumentHandler. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryWritingIFDocumentHandler
Abstract base class for binary-writing
IFDocumentHandler implementations. |
class |
AbstractIFDocumentHandler
Abstract base class for
IFDocumentHandler implementations. |
class |
AbstractXMLWritingIFDocumentHandler
Abstract base class for XML-writing
IFDocumentHandler implementations. |
class |
EventProducingFilter
A filter that uses the Event Notification System to broadcast IF events.
|
class |
IFSerializer
IFPainter implementation that serializes the intermediate format to XML.
|
Modifier and Type | Method and Description |
---|---|
protected IFDocumentHandler |
IFRenderer.createDefaultDocumentHandler()
Creates a default
IFDocumentHandler when none has been set. |
IFDocumentHandler |
IFSerializer.getMimickedDocumentHandler()
Returns the document handler that is being mimicked by this serializer.
|
IFDocumentHandler |
IFSerializerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
abstract IFDocumentHandler |
AbstractIFDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent userAgent)
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method and Description |
---|---|
void |
IFDocumentHandlerConfigurator.configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
org.xml.sax.ContentHandler |
IFParser.getContentHandler(IFDocumentHandler documentHandler,
FOUserAgent userAgent)
Creates a new ContentHandler instance that you can send the area tree XML to.
|
static java.lang.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(javax.xml.transform.Source src,
IFDocumentHandler documentHandler,
FOUserAgent userAgent)
Parses an intermediate file and paints it.
|
void |
IFRenderer.setDocumentHandler(IFDocumentHandler documentHandler)
Sets the
IFDocumentHandler to be used by the IFRenderer . |
void |
IFDocumentHandlerConfigurator.setupFontInfo(IFDocumentHandler documentHandler,
FontInfo fontInfo)
Sets up the
FontInfo object for the IFDocumentHandler. |
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.
|
Constructor and Description |
---|
EventProducingFilter(IFDocumentHandler ifDocumentHandler,
FOUserAgent userAgent)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
IFDocumentHandlerProxy
This class is a simple proxy that delegates all method calls to another
IFDocumentHandler
instance. |
Modifier and Type | Field and Description |
---|---|
protected IFDocumentHandler |
IFDocumentHandlerProxy.delegate
the delegate IFDocumentHandler
|
Modifier and Type | Method and Description |
---|---|
protected IFDocumentHandler |
IFConcatenator.getTargetHandler()
Returns the target document handler.
|
Constructor and Description |
---|
IFConcatenator(IFDocumentHandler targetHandler,
org.apache.xmlgraphics.xmp.Metadata metadata)
Creates a new IF concatenator.
|
IFDocumentHandlerProxy(IFDocumentHandler delegate)
Creates a new proxy instance.
|
Modifier and Type | Class and Description |
---|---|
class |
PCLDocumentHandler
IFDocumentHandler implementation
that produces PCL 5. |
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
PCLDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method and Description |
---|---|
void |
PCLRendererConfigurator.configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
void |
PCLRendererConfigurator.setupFontInfo(IFDocumentHandler documentHandler,
FontInfo fontInfo)
Sets up the
FontInfo object for the IFDocumentHandler. |
Modifier and Type | Class and Description |
---|---|
class |
PDFDocumentHandler
IFDocumentHandler implementation that produces PDF. |
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
PDFDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method and Description |
---|---|
void |
PDFRendererConfigurator.configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
Modifier and Type | Class and Description |
---|---|
class |
PSDocumentHandler
IFDocumentHandler implementation
that produces PostScript. |
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
PSDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method and Description |
---|---|
void |
PSRendererConfigurator.configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSVGDocumentHandler
Abstract base class for SVG Painter implementations.
|
class |
SVGDocumentHandler
IFDocumentHandler implementation
that writes SVG 1.1. |
class |
SVGPrintDocumentHandler
IFDocumentHandler implementation
that writes SVG Print. |
Modifier and Type | Method and Description |
---|---|
IFDocumentHandler |
SVGDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
IFDocumentHandler |
SVGPrintDocumentHandlerMaker.makeIFDocumentHandler(FOUserAgent ua)
Instantiates a new
IFDocumentHandler . |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.