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
|
Modifier and Type | Method and Description |
---|---|
void |
RendererFactory.addDocumentHandlerMaker(AbstractIFDocumentHandlerMaker maker)
Add a new document handler maker.
|
Modifier and Type | Class and Description |
---|---|
class |
AFPDocumentHandlerMaker
Intermediate format document handler factory for AFP output.
|
Modifier and Type | Class and Description |
---|---|
class |
PNGDocumentHandlerMaker
Document handler factory for PNG output.
|
class |
TIFFDocumentHandlerMaker
Document handler factory for TIFF output.
|
Modifier and Type | Class and Description |
---|---|
class |
IFSerializerMaker
Intermediate format document handler factory for intermediate format XML output.
|
Modifier and Type | Class and Description |
---|---|
class |
PCLDocumentHandlerMaker
Document handler factory for PCL output.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFDocumentHandlerMaker
Intermediate format document handler factory for PDF output.
|
Modifier and Type | Class and Description |
---|---|
class |
PSDocumentHandlerMaker
Intermediate format document handler factory for PostScript output.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.