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
|
org.apache.fop.render.xml |
Area Tree XML Renderer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractGenericSVGHandler |
Generic XML handler for SVG.
|
Modifier and Type | Method | Description |
---|---|---|
XMLHandler |
XMLHandlerRegistry.getXMLHandler(Renderer renderer,
java.lang.String ns) |
Returns an XMLHandler which handles an XML dialect of the given namespace and for
a specified output format defined by its MIME type.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XMLHandlerRegistry.addXMLHandler(XMLHandler handler) |
Add an XML handler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AFPSVGHandler |
AFP XML handler for SVG.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Java2DSVGHandler |
Java2D XML handler for SVG (uses Apache Batik).
|
Modifier and Type | Class | Description |
---|---|---|
class |
PCLSVGHandler |
PCL XML handler for SVG.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFSVGHandler |
PDF XML handler for SVG (uses Apache Batik).
|
Modifier and Type | Class | Description |
---|---|---|
class |
PSSVGHandler |
PostScript XML handler for SVG.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SVGSVGHandler |
The svg:svg element handler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XMLXMLHandler |
XML handler for the XML renderer.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.