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.bitmap |
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
|
org.apache.fop.render.intermediate | |
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 | Method | Description |
---|---|---|
void |
RendererFactory.addDocumentHandlerMaker(AbstractIFDocumentHandlerMaker maker) |
Add a new document handler maker.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AFPDocumentHandlerMaker |
Intermediate format document handler factory for AFP output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PNGDocumentHandlerMaker |
Document handler factory for PNG output.
|
class |
TIFFDocumentHandlerMaker |
Document handler factory for TIFF output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IFSerializerMaker |
Intermediate format document handler factory for intermediate format XML output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PCLDocumentHandlerMaker |
Document handler factory for PCL output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFDocumentHandlerMaker |
Intermediate format document handler factory for PDF output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PSDocumentHandlerMaker |
Intermediate format document handler factory for PostScript output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SVGDocumentHandlerMaker |
Document handler factory for SVG output.
|
class |
SVGPrintDocumentHandlerMaker |
Document handler factory for SVG Print output.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.