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 | Class | Description |
---|---|---|
class |
AbstractGenericSVGHandler |
Generic XML handler for SVG.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
AFPRendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AFPSVGHandler |
AFP XML handler for SVG.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Java2DRendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Java2DSVGHandler |
Java2D XML handler for SVG (uses Apache Batik).
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
PCLRendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PCLSVGHandler |
PCL XML handler for SVG.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
PDFRendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFSVGHandler |
PDF XML handler for SVG (uses Apache Batik).
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
PSRendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PSSVGHandler |
PostScript XML handler for SVG.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
SVGRendererContextConstants |
Defines a number of standard constants (keys) for use by the RendererContext class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SVGSVGHandler |
The svg:svg element handler.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.