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 Renderer
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.render.svg |
SVG (Structured Vector Graphics) Renderer
|
Modifier and Type | Method | Description |
---|---|---|
IFDocumentHandler |
FOUserAgent.getDocumentHandlerOverride() |
Returns the overriding
IFDocumentHandler instance, if any. |
Modifier and Type | Method | 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 | Description |
---|---|---|
IFDocumentHandler |
RendererFactory.createDocumentHandler(FOUserAgent userAgent,
java.lang.String outputFormat) |
Creates a
IFDocumentHandler object based on the desired output format. |
Modifier and Type | Method | Description |
---|---|---|
void |
PrintRendererConfigurator.configure(IFDocumentHandler documentHandler) |
Configures a intermediate format document handler.
|
protected RendererConfig |
PrintRendererConfigurator.getRendererConfig(IFDocumentHandler documentHandler) |
Returns the renderer configuration data for a specific renderer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AFPDocumentHandler |
IFDocumentHandler implementation that produces AFP
(MO:DCA). |
Modifier and Type | Method | Description |
---|---|---|
IFDocumentHandler |
AFPDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method | Description |
---|---|---|
void |
AFPRendererConfigurator.configure(IFDocumentHandler documentHandler) |
Modifier and Type | Class | 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 | Description |
---|---|---|
IFDocumentHandler |
PNGDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler . |
IFDocumentHandler |
TIFFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method | Description |
---|---|---|
void |
BitmapRendererConfigurator.configure(IFDocumentHandler documentHandler) |
Configures a intermediate format document handler.
|
void |
TIFFRendererConfigurator.configure(IFDocumentHandler documentHandler) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractIFPainter<T extends IFDocumentHandler> |
Abstract base class for IFPainter implementations.
|
Modifier and Type | Class | 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 | 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.
|
abstract IFDocumentHandler |
AbstractIFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler . |
IFDocumentHandler |
IFSerializerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method | 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 . |
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 | Description |
---|---|
EventProducingFilter(IFDocumentHandler ifDocumentHandler,
FOUserAgent userAgent) |
Constructor
|
Modifier and Type | Class | Description |
---|---|---|
class |
IFDocumentHandlerProxy |
This class is a simple proxy that delegates all method calls to another
IFDocumentHandler
instance. |
Modifier and Type | Field | Description |
---|---|---|
protected IFDocumentHandler |
IFDocumentHandlerProxy.delegate |
the delegate IFDocumentHandler
|
Modifier and Type | Method | Description |
---|---|---|
protected IFDocumentHandler |
IFConcatenator.getTargetHandler() |
Returns the target document handler.
|
Constructor | 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 | Description |
---|---|---|
class |
Java2DDocumentHandler |
IFDocumentHandler implementation that produces
Graphics2D instance. |
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) |
Modifier and Type | Class | Description |
---|---|---|
class |
PCLDocumentHandler |
IFDocumentHandler implementation
that produces PCL 5. |
Modifier and Type | Method | Description |
---|---|---|
IFDocumentHandler |
PCLDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler . |
Modifier and Type | Method | Description |
---|---|---|
void |
PCLRendererConfigurator.configure(IFDocumentHandler documentHandler) |
Configures a intermediate format document handler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFDocumentHandler |
IFDocumentHandler implementation that produces PDF. |
Modifier and Type | Method | Description |
---|---|---|
IFDocumentHandler |
PDFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Modifier and Type | Method | Description |
---|---|---|
void |
PDFRendererConfigurator.configure(IFDocumentHandler documentHandler) |
Configures a intermediate format document handler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PSDocumentHandler |
IFDocumentHandler implementation
that produces PostScript. |
Modifier and Type | Method | Description |
---|---|---|
IFDocumentHandler |
PSDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Modifier and Type | Method | Description |
---|---|---|
void |
PSRendererConfigurator.configure(IFDocumentHandler documentHandler) |
Modifier and Type | Class | 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 | Description |
---|---|---|
IFDocumentHandler |
SVGDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler . |
IFDocumentHandler |
SVGPrintDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext) |
Instantiates a new
IFDocumentHandler . |
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.