| Interface | Description |
|---|---|
| Graphics2DAdapter |
This interface represents an optional feature that can be provided by
a renderer.
|
| Graphics2DImagePainter | Deprecated
use
Graphics2DImagePainter directly! |
| ImageAdapter |
This interface represents an optional feature that can be provided by
a renderer.
|
| Renderer |
Interface implemented by all renderers.
|
| RendererConfigurator |
Renderer configurator interface
|
| RendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
| XMLHandler |
This interface is implemented by classes that can handle a certain type
of foreign objects.
|
| Class | Description |
|---|---|
| AbstractFOEventHandlerMaker |
Base class for factory classes which instantiate FOEventHandlers and provide information
about them.
|
| AbstractGenericSVGHandler |
Generic XML handler for SVG.
|
| AbstractGraphics2DAdapter |
Abstract base class for Graphics2DAdapter implementations.
|
| AbstractPathOrientedRenderer |
Abstract base class for renderers like PDF and PostScript where many painting operations
follow similar patterns which makes it possible to share some code.
|
| AbstractRenderer |
Abstract base class for all renderers.
|
| AbstractRendererConfigurator |
Abstract base classes for renderer-related configurator classes.
|
| AbstractRendererMaker |
Base class for factory classes which instantiate Renderers and provide information
about them.
|
| DefaultFontResolver |
Default FontResolver implementation which uses the FOUserAgent to resolve font URIs.
|
| PrintRenderer |
Abstract base class of "Print" type renderers.
|
| PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
| RendererContext |
The Render Context for external handlers.
|
| RendererContext.RendererContextWrapper |
Base class for a wrapper around RendererContext to access its properties in a type-safe,
renderer-specific way.
|
| RendererFactory |
Factory for FOEventHandlers and Renderers.
|
| XMLHandlerConfigurator |
Configurator for XMLHandler objects.
|
| XMLHandlerRegistry |
This class holds references to various XML handlers used by FOP.
|
Generic renderer interface.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.