Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
org.apache.fop.render.awt |
AWT Renderer used for displaying rendered pages in Java applications.
|
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.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.mif |
MIF Output Support
|
org.apache.fop.render.pcl |
PCL Renderer (Supports PCL5 and HP GL/2)
|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.render.print |
Renderer which prints rendered pages directly to a printer.
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
org.apache.fop.render.svg |
SVG (Structured Vector Graphics) Renderer
|
org.apache.fop.render.txt |
Plain Text Renderer
|
org.apache.fop.render.xml |
Area Tree XML Renderer.
|
Class | Description |
---|---|
ImageHandlerRegistry |
This class holds references to various image handlers.
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RendererConfigOption |
Implementations of this interface enumerate the various renderer configuration options available
to users in the FOP conf.
|
RendererFactory |
Factory for FOEventHandlers and Renderers.
|
XMLHandlerRegistry |
This class holds references to various XML handlers used by FOP.
|
Class | Description |
---|---|
Renderer |
Interface implemented by all renderers.
|
Class | Description |
---|---|
AbstractFOEventHandlerMaker |
Base class for factory classes which instantiate FOEventHandlers and provide information
about them.
|
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.
|
DummyPercentBaseContext |
A dummy implementation of PercentBaseContext
|
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.
|
ImageHandler |
This interface is a service provider interface for image handlers.
|
ImageHandlerBase |
This interface is a service provider base interface for image handlers.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
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.
|
RendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
RendererEventProducer |
Event producer interface for rendering-specific events.
|
RenderingContext |
Implementations of this interface provide context information needed by supporting classes
during specific tasks (like image rendering).
|
XMLHandler |
This interface is implemented by classes that can handle a certain type
of foreign objects.
|
Class | Description |
---|---|
AbstractGenericSVGHandler |
Generic XML handler for SVG.
|
AbstractGraphics2DAdapter |
Abstract base class for Graphics2DAdapter implementations.
|
AbstractRenderer |
Abstract base class for all renderers.
|
AbstractRendererConfigurator |
Abstract base classes for renderer-related configurator classes.
|
AbstractRenderingContext |
Abstract base class for RenderingContext implementations.
|
Graphics2DAdapter |
This interface represents an optional feature that can be provided by
a renderer.
|
ImageHandler |
This interface is a service provider interface for image handlers.
|
ImageHandlerBase |
This interface is a service provider base interface for image handlers.
|
PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RendererConfigOption |
Implementations of this interface enumerate the various renderer configuration options available
to users in the FOP conf.
|
RendererContext |
The Render Context for external handlers.
|
RendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
RenderingContext |
Implementations of this interface provide context information needed by supporting classes
during specific tasks (like image rendering).
|
XMLHandler |
This interface is implemented by classes that can handle a certain type
of foreign objects.
|
Class | Description |
---|---|
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.
|
AbstractRendererMaker |
Base class for factory classes which instantiate Renderers and provide information
about them.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
Renderer |
Interface implemented by all renderers.
|
Class | Description |
---|---|
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.
|
DefaultRendererConfigurator |
This object represents the default renderer configurator and contains the methods for most the
RendererConfigurators.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RendererConfigOption |
Implementations of this interface enumerate the various renderer configuration options available
to users in the FOP conf.
|
Class | Description |
---|---|
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.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RenderingContext |
Implementations of this interface provide context information needed by supporting classes
during specific tasks (like image rendering).
|
Class | Description |
---|---|
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.
|
AbstractRenderingContext |
Abstract base class for RenderingContext implementations.
|
DefaultRendererConfigurator |
This object represents the default renderer configurator and contains the methods for most the
RendererConfigurators.
|
Graphics2DAdapter |
This interface represents an optional feature that can be provided by
a renderer.
|
ImageHandler |
This interface is a service provider interface for image handlers.
|
ImageHandlerBase |
This interface is a service provider base interface for image handlers.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RendererConfigOption |
Implementations of this interface enumerate the various renderer configuration options available
to users in the FOP conf.
|
RendererContext |
The Render Context for external handlers.
|
RendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
RenderingContext |
Implementations of this interface provide context information needed by supporting classes
during specific tasks (like image rendering).
|
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.
|
Class | Description |
---|---|
AbstractGenericSVGHandler |
Generic XML handler for SVG.
|
AbstractRendererConfigurator |
Abstract base classes for renderer-related configurator classes.
|
AbstractRenderingContext |
Abstract base class for RenderingContext implementations.
|
ImageHandler |
This interface is a service provider interface for image handlers.
|
ImageHandlerBase |
This interface is a service provider base interface for image handlers.
|
PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RendererConfigOption |
Implementations of this interface enumerate the various renderer configuration options available
to users in the FOP conf.
|
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.
|
RendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
RenderingContext |
Implementations of this interface provide context information needed by supporting classes
during specific tasks (like image rendering).
|
XMLHandler |
This interface is implemented by classes that can handle a certain type
of foreign objects.
|
Class | Description |
---|---|
AbstractGenericSVGHandler |
Generic XML handler for SVG.
|
AbstractImageHandlerGraphics2D |
Abstract base class for ImageHandler implementations that process Java2D images through
the Graphics2DImagePainter interface.
|
AbstractRendererConfigurator |
Abstract base classes for renderer-related configurator classes.
|
AbstractRenderingContext |
Abstract base class for RenderingContext implementations.
|
DefaultRendererConfigurator |
This object represents the default renderer configurator and contains the methods for most the
RendererConfigurators.
|
ImageHandler |
This interface is a service provider interface for image handlers.
|
ImageHandlerBase |
This interface is a service provider base interface for image handlers.
|
PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RendererConfigOption |
Implementations of this interface enumerate the various renderer configuration options available
to users in the FOP conf.
|
RendererContext |
The Render Context for external handlers.
|
RendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
RenderingContext |
Implementations of this interface provide context information needed by supporting classes
during specific tasks (like image rendering).
|
XMLHandler |
This interface is implemented by classes that can handle a certain type
of foreign objects.
|
Class | Description |
---|---|
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.
|
AbstractRendererMaker |
Base class for factory classes which instantiate Renderers and provide information
about them.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
Renderer |
Interface implemented by all renderers.
|
Class | Description |
---|---|
AbstractGenericSVGHandler |
Generic XML handler for SVG.
|
AbstractGraphics2DAdapter |
Abstract base class for Graphics2DAdapter implementations.
|
AbstractRendererConfigurator |
Abstract base classes for renderer-related configurator classes.
|
AbstractRenderingContext |
Abstract base class for RenderingContext implementations.
|
DefaultRendererConfigurator |
This object represents the default renderer configurator and contains the methods for most the
RendererConfigurators.
|
Graphics2DAdapter |
This interface represents an optional feature that can be provided by
a renderer.
|
ImageHandler |
This interface is a service provider interface for image handlers.
|
ImageHandlerBase |
This interface is a service provider base interface for image handlers.
|
PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RendererConfigOption |
Implementations of this interface enumerate the various renderer configuration options available
to users in the FOP conf.
|
RendererContext |
The Render Context for external handlers.
|
RendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
RenderingContext |
Implementations of this interface provide context information needed by supporting classes
during specific tasks (like image rendering).
|
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.
|
Class | Description |
---|---|
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.
|
AbstractRendererMaker |
Base class for factory classes which instantiate Renderers and provide information
about them.
|
AbstractRenderingContext |
Abstract base class for RenderingContext implementations.
|
ImageHandler |
This interface is a service provider interface for image handlers.
|
ImageHandlerBase |
This interface is a service provider base interface for image handlers.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
Renderer |
Interface implemented by all renderers.
|
RendererContext |
The Render Context for external handlers.
|
RendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
RenderingContext |
Implementations of this interface provide context information needed by supporting classes
during specific tasks (like image rendering).
|
XMLHandler |
This interface is implemented by classes that can handle a certain type
of foreign objects.
|
Class | Description |
---|---|
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.
|
DefaultRendererConfigurator |
This object represents the default renderer configurator and contains the methods for most the
RendererConfigurators.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
PrintRendererConfigurator |
Base Print renderer configurator (mostly handles font configuration)
|
Renderer |
Interface implemented by all renderers.
|
RendererConfig |
Implementations of this interface have all the renderer-specific configuration data found in the
FOP-conf.
|
RendererConfig.RendererConfigParser |
Implementations of this interface parse the relevant renderer-specific configuration data
within the FOP-conf and create a
RendererConfig . |
RendererConfigOption |
Implementations of this interface enumerate the various renderer configuration options available
to users in the FOP conf.
|
Class | Description |
---|---|
AbstractRenderer |
Abstract base class for all renderers.
|
AbstractRendererMaker |
Base class for factory classes which instantiate Renderers and provide information
about them.
|
PrintRenderer |
Abstract base class of "Print" type renderers.
|
Renderer |
Interface implemented by all renderers.
|
RendererContext |
The Render Context for external handlers.
|
XMLHandler |
This interface is implemented by classes that can handle a certain type
of foreign objects.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.