Package | Description |
---|---|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
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 | Interface | Description |
---|---|---|
interface |
ImageHandler |
This interface is a service provider interface for image handlers.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImageHandlerGraphics2D |
Abstract base class for ImageHandler implementations that process Java2D images through
the Graphics2DImagePainter interface.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractAFPImageHandlerRawStream |
A base abstract AFP raw stream image handler
|
class |
AFPImageHandler |
A base abstract AFP image handler
|
class |
AFPImageHandlerGraphics2D |
PDFImageHandler implementation which handles Graphics2D images.
|
class |
AFPImageHandlerRawCCITTFax |
AFPImageHandler implementation which handles CCITT encoded images (CCITT fax group 3/4).
|
class |
AFPImageHandlerRawJPEG |
ImageHandler implementation which handles ImageRawJPEG instances. |
class |
AFPImageHandlerRawStream |
AFPImageHandler implementation which handles raw stream images.
|
class |
AFPImageHandlerRenderedImage |
PDFImageHandler implementation which handles RenderedImage instances.
|
class |
AFPImageHandlerSVG |
Image handler implementation which handles SVG images for AFP output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Java2DImageHandlerGraphics2D |
Image handler implementation that paints
Graphics2D image on another Graphics2D
target. |
class |
Java2DImageHandlerRenderedImage |
Image handler implementation that paints
RenderedImage instances on a Graphics2D
object. |
Modifier and Type | Class | Description |
---|---|---|
class |
PCLImageHandlerGraphics2D |
Image handler implementation that paints Graphics2D images in PCL.
|
class |
PCLImageHandlerRenderedImage |
Image handler implementation that paints
RenderedImage instances in PCL. |
Modifier and Type | Class | Description |
---|---|---|
class |
PDFImageHandlerGraphics2D |
PDFImageHandler implementation which handles Graphics2D images.
|
class |
PDFImageHandlerRawCCITTFax |
Image handler implementation which handles CCITT encoded images (CCITT fax group 3/4)
for PDF output.
|
class |
PDFImageHandlerRawJPEG |
Image handler implementation which handles raw JPEG images for PDF output.
|
class |
PDFImageHandlerRawPNG |
Image handler implementation which handles CCITT encoded images (CCITT fax group 3/4)
for PDF output.
|
class |
PDFImageHandlerRenderedImage |
Image handler implementation which handles RenderedImage instances for PDF output.
|
class |
PDFImageHandlerSVG |
Image Handler implementation which handles SVG images.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
PSImageHandler |
Specialized image handler interface for PostScript output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PSImageHandlerEPS |
Image handler implementation which handles EPS images for PostScript output.
|
class |
PSImageHandlerGraphics2D |
Image handler implementation which handles vector graphics (Java2D) for PostScript output.
|
class |
PSImageHandlerRawCCITTFax |
Image handler implementation which handles CCITT fax images for PostScript output.
|
class |
PSImageHandlerRawJPEG |
Image handler implementation which handles undecoded JPEG images for PostScript output.
|
class |
PSImageHandlerRawPNG |
Image handler implementation which handles raw (not decoded) PNG images for PostScript output.
|
class |
PSImageHandlerRenderedImage |
Image handler implementation which handles RenderedImage instances for PostScript output.
|
class |
PSImageHandlerSVG |
Image handler implementation which handles SVG images for PostScript output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
EmbeddedSVGImageHandler |
Image handler implementation that embeds SVG images in the target SVG file.
|
class |
SVGDataUrlImageHandler |
Image handler implementation that embeds JPEG bitmaps as RFC 2397 data URLs in the target SVG
file.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.