Package | Description |
---|---|
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 and Description |
---|---|
class |
AFPPainter
IFPainter implementation that produces AFP (MO:DCA).
|
Modifier and Type | Class and Description |
---|---|
class |
Java2DPainter
IFPainter implementation that paints on a Graphics2D instance. |
Modifier and Type | Class and Description |
---|---|
class |
PCLPainter
IFPainter implementation that produces PCL 5. |
Modifier and Type | Class and Description |
---|---|
class |
PDFPainter
IFPainter implementation that produces PDF.
|
Modifier and Type | Class and Description |
---|---|
class |
PSPainter
IFPainter implementation that produces PostScript.
|
Modifier and Type | Class and Description |
---|---|
class |
SVGPainter
IFPainter implementation that writes SVG.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.