fop 0.95

Uses of Package
org.apache.fop.render

Packages that use org.apache.fop.render
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   
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.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. 
 

Classes in org.apache.fop.render used by org.apache.fop.apps
Renderer
          Interface implemented by all renderers.
RendererFactory
          Factory for FOEventHandlers and Renderers.
XMLHandlerRegistry
          This class holds references to various XML handlers used by FOP.
 

Classes in org.apache.fop.render used by org.apache.fop.area
Renderer
          Interface implemented by all renderers.
 

Classes in org.apache.fop.render used by org.apache.fop.render
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.
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.
PrintRenderer
          Abstract base class of "Print" type renderers.
Renderer
          Interface implemented by all renderers.
RendererConfigurator
          Renderer configurator interface
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.
XMLHandler
          This interface is implemented by classes that can handle a certain type of foreign objects.
 

Classes in org.apache.fop.render used by org.apache.fop.render.afp
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.
Graphics2DAdapter
          This interface represents an optional feature that can be provided by a renderer.
PrintRenderer
          Abstract base class of "Print" type renderers.
PrintRendererConfigurator
          Base Print renderer configurator (mostly handles font configuration)
Renderer
          Interface implemented by all renderers.
RendererConfigurator
          Renderer configurator interface
RendererContext
          The Render Context for external handlers.
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.
 

Classes in org.apache.fop.render used by org.apache.fop.render.awt
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.
 

Classes in org.apache.fop.render used by org.apache.fop.render.bitmap
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.
PrintRenderer
          Abstract base class of "Print" type renderers.
PrintRendererConfigurator
          Base Print renderer configurator (mostly handles font configuration)
Renderer
          Interface implemented by all renderers.
RendererConfigurator
          Renderer configurator interface
 

Classes in org.apache.fop.render used by org.apache.fop.render.java2d
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.
Graphics2DAdapter
          This interface represents an optional feature that can be provided by a renderer.
PrintRenderer
          Abstract base class of "Print" type renderers.
PrintRendererConfigurator
          Base Print renderer configurator (mostly handles font configuration)
Renderer
          Interface implemented by all renderers.
RendererConfigurator
          Renderer configurator interface
RendererContext
          The Render Context for external handlers.
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.
 

Classes in org.apache.fop.render used by org.apache.fop.render.mif
AbstractFOEventHandlerMaker
          Base class for factory classes which instantiate FOEventHandlers and provide information about them.
 

Classes in org.apache.fop.render used by org.apache.fop.render.pcl
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.
AbstractRendererMaker
          Base class for factory classes which instantiate Renderers and provide information about them.
Graphics2DAdapter
          This interface represents an optional feature that can be provided by a renderer.
PrintRenderer
          Abstract base class of "Print" type renderers.
PrintRendererConfigurator
          Base Print renderer configurator (mostly handles font configuration)
Renderer
          Interface implemented by all renderers.
RendererConfigurator
          Renderer configurator interface
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.
XMLHandler
          This interface is implemented by classes that can handle a certain type of foreign objects.
 

Classes in org.apache.fop.render used by org.apache.fop.render.pdf
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.
Graphics2DAdapter
          This interface represents an optional feature that can be provided by a renderer.
PrintRenderer
          Abstract base class of "Print" type renderers.
PrintRendererConfigurator
          Base Print renderer configurator (mostly handles font configuration)
Renderer
          Interface implemented by all renderers.
RendererConfigurator
          Renderer configurator interface
RendererContext
          The Render Context for external handlers.
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.
 

Classes in org.apache.fop.render used by org.apache.fop.render.print
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.
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.
RendererConfigurator
          Renderer configurator interface
 

Classes in org.apache.fop.render used by org.apache.fop.render.ps
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.
Graphics2DAdapter
          This interface represents an optional feature that can be provided by a renderer.
ImageAdapter
          This interface represents an optional feature that can be provided by a renderer.
PrintRenderer
          Abstract base class of "Print" type renderers.
PrintRendererConfigurator
          Base Print renderer configurator (mostly handles font configuration)
Renderer
          Interface implemented by all renderers.
RendererConfigurator
          Renderer configurator interface
RendererContext
          The Render Context for external handlers.
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.
 

Classes in org.apache.fop.render used by org.apache.fop.render.rtf
AbstractFOEventHandlerMaker
          Base class for factory classes which instantiate FOEventHandlers and provide information about them.
 

Classes in org.apache.fop.render used by org.apache.fop.render.svg
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.
RendererContext
          The Render Context for external handlers.
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.
 

Classes in org.apache.fop.render used by org.apache.fop.render.txt
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.
PrintRenderer
          Abstract base class of "Print" type renderers.
PrintRendererConfigurator
          Base Print renderer configurator (mostly handles font configuration)
Renderer
          Interface implemented by all renderers.
RendererConfigurator
          Renderer configurator interface
 

Classes in org.apache.fop.render used by org.apache.fop.render.xml
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.
RendererConfigurator
          Renderer configurator interface
RendererContext
          The Render Context for external handlers.
XMLHandler
          This interface is implemented by classes that can handle a certain type of foreign objects.
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.