|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFDocumentHandlerConfigurator | |
---|---|
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.svg | SVG (Structured Vector Graphics) Renderer |
org.apache.fop.render.txt | Plain Text Renderer |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render |
---|
Classes in org.apache.fop.render that implement IFDocumentHandlerConfigurator | |
---|---|
class |
PrintRendererConfigurator
Base Print renderer configurator (mostly handles font configuration) |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.afp |
---|
Classes in org.apache.fop.render.afp that implement IFDocumentHandlerConfigurator | |
---|---|
class |
AFPRendererConfigurator
AFP Renderer configurator |
Methods in org.apache.fop.render.afp that return IFDocumentHandlerConfigurator | |
---|---|
IFDocumentHandlerConfigurator |
AFPDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any. |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.bitmap |
---|
Classes in org.apache.fop.render.bitmap that implement IFDocumentHandlerConfigurator | |
---|---|
class |
BitmapRendererConfigurator
Configurator for bitmap output. |
class |
TIFFRendererConfigurator
TIFF Renderer configurator |
Methods in org.apache.fop.render.bitmap that return IFDocumentHandlerConfigurator | |
---|---|
IFDocumentHandlerConfigurator |
PNGDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any. |
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. |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.intermediate |
---|
Methods in org.apache.fop.render.intermediate that return IFDocumentHandlerConfigurator | |
---|---|
IFDocumentHandlerConfigurator |
IFSerializer.getConfigurator()
Returns the configurator for this document handler, if any. |
IFDocumentHandlerConfigurator |
IFDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any. |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.intermediate.util |
---|
Methods in org.apache.fop.render.intermediate.util that return IFDocumentHandlerConfigurator | |
---|---|
IFDocumentHandlerConfigurator |
IFDocumentHandlerProxy.getConfigurator()
Returns the configurator for this document handler, if any. |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.java2d |
---|
Classes in org.apache.fop.render.java2d that implement IFDocumentHandlerConfigurator | |
---|---|
class |
Java2DRendererConfigurator
Configurerer for Java 2D renderer |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.pcl |
---|
Classes in org.apache.fop.render.pcl that implement IFDocumentHandlerConfigurator | |
---|---|
class |
PCLRendererConfigurator
PCL Renderer configurator |
Methods in org.apache.fop.render.pcl that return IFDocumentHandlerConfigurator | |
---|---|
IFDocumentHandlerConfigurator |
PCLDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any. |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.pdf |
---|
Classes in org.apache.fop.render.pdf that implement IFDocumentHandlerConfigurator | |
---|---|
class |
PDFRendererConfigurator
PDF renderer configurator. |
Methods in org.apache.fop.render.pdf that return IFDocumentHandlerConfigurator | |
---|---|
IFDocumentHandlerConfigurator |
PDFDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any. |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.ps |
---|
Classes in org.apache.fop.render.ps that implement IFDocumentHandlerConfigurator | |
---|---|
class |
PSRendererConfigurator
Postscript renderer config |
Methods in org.apache.fop.render.ps that return IFDocumentHandlerConfigurator | |
---|---|
IFDocumentHandlerConfigurator |
PSDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any. |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.svg |
---|
Methods in org.apache.fop.render.svg that return IFDocumentHandlerConfigurator | |
---|---|
IFDocumentHandlerConfigurator |
AbstractSVGDocumentHandler.getConfigurator()
Returns the configurator for this document handler, if any. |
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.txt |
---|
Classes in org.apache.fop.render.txt that implement IFDocumentHandlerConfigurator | |
---|---|
class |
TXTRendererConfigurator
TXT Renderer configurator |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |