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.intermediate.util | |
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.txt |
Plain Text Renderer
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRendererConfigurator
This object represents the default renderer configurator and contains the methods for most the
RendererConfigurators.
|
class |
PrintRendererConfigurator
Base Print renderer configurator (mostly handles font configuration)
|
Modifier and Type | Class and Description |
---|---|
class |
AFPRendererConfigurator
AFP Renderer configurator
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandlerConfigurator |
AFPDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
BitmapRendererConfigurator
Configurator for bitmap output.
|
class |
TIFFRendererConfigurator
TIFF Renderer configurator
|
Modifier and Type | Method and Description |
---|---|
abstract IFDocumentHandlerConfigurator |
AbstractBitmapDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any.
|
IFDocumentHandlerConfigurator |
TIFFDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any.
|
IFDocumentHandlerConfigurator |
PNGDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any.
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandlerConfigurator |
IFDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any.
|
IFDocumentHandlerConfigurator |
IFSerializer.getConfigurator()
Returns the configurator for this document handler, if any.
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandlerConfigurator |
IFDocumentHandlerProxy.getConfigurator()
Returns the configurator for this document handler, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
Java2DRendererConfigurator
Configurerer for Java 2D renderer
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandlerConfigurator |
Java2DDocumentHandler.getConfigurator() |
Modifier and Type | Class and Description |
---|---|
class |
PCLRendererConfigurator
PCL Renderer configurator
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandlerConfigurator |
PCLDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFRendererConfigurator
PDF renderer configurator.
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandlerConfigurator |
PDFDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
PSRendererConfigurator
Postscript renderer config
|
Modifier and Type | Method and Description |
---|---|
IFDocumentHandlerConfigurator |
PSDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
TXTRendererConfigurator
TXT Renderer configurator
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.