| Interface | Description |
|---|---|
| PDFImageHandler |
This interface is used for handling all sorts of image type for PDF output.
|
| PDFRendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
| Class | Description |
|---|---|
| AbstractImageAdapter |
Abstract PDFImage implementation for the PDF renderer.
|
| CTMHelper |
CTMHelper converts FOP transformation matrices to those
suitable for use by the PDFRenderer.
|
| ImageRawCCITTFaxAdapter |
PDFImage implementation for the PDF renderer which handles raw CCITT fax images.
|
| ImageRawJPEGAdapter |
PDFImage implementation for the PDF renderer which handles raw JPEG images.
|
| ImageRenderedAdapter |
PDFImage implementation for the PDF renderer which handles RenderedImages.
|
| PDFGraphics2DAdapter |
Graphics2DAdapter implementation for PDF.
|
| PDFImageHandlerGraphics2D |
PDFImageHandler implementation which handles Graphics2D images.
|
| PDFImageHandlerRawCCITTFax |
PDFImageHandler implementation which handles CCITT encoded images (CCITT fax group 3/4).
|
| PDFImageHandlerRawJPEG |
PDFImageHandler implementation which handles raw JPEG images.
|
| PDFImageHandlerRegistry |
This class holds references to various image handlers used by the PDF renderer.
|
| PDFImageHandlerRenderedImage |
PDFImageHandler implementation which handles RenderedImage instances.
|
| PDFImageHandlerXML |
PDFImageHandler implementation which handles XML-based images.
|
| PDFRenderer |
Renderer that renders areas to PDF.
|
| PDFRendererConfigurator |
PDF renderer configurator
|
| PDFRendererMaker |
RendererMaker for the PDF Renderer.
|
| PDFSVGHandler |
PDF XML handler for SVG (uses Apache Batik).
|
| PDFSVGHandler.PDFInfo |
PDF information structure for drawing the XML document.
|
PDF Renderer
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.