Uses of Interface
org.apache.fop.render.intermediate.IFDocumentHandlerConfigurator
-
Packages that use IFDocumentHandlerConfigurator 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 Rendererorg.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.txt Plain Text Renderer -
-
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render
Classes in org.apache.fop.render that implement IFDocumentHandlerConfigurator Modifier and Type Class 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) -
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement IFDocumentHandlerConfigurator Modifier and Type Class Description class
AFPRendererConfigurator
AFP Renderer configuratorMethods in org.apache.fop.render.afp that return IFDocumentHandlerConfigurator Modifier and Type Method Description 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 Modifier and Type Class Description class
BitmapRendererConfigurator
Configurator for bitmap output.class
TIFFRendererConfigurator
TIFF Renderer configuratorMethods in org.apache.fop.render.bitmap that return IFDocumentHandlerConfigurator Modifier and Type Method Description abstract IFDocumentHandlerConfigurator
AbstractBitmapDocumentHandler. getConfigurator()
Returns the configurator for this document handler, if any.IFDocumentHandlerConfigurator
PNGDocumentHandler. 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 Modifier and Type Method 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. -
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.intermediate.util
Methods in org.apache.fop.render.intermediate.util that return IFDocumentHandlerConfigurator Modifier and Type Method Description 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 Modifier and Type Class Description class
Java2DRendererConfigurator
Configurerer for Java 2D rendererMethods in org.apache.fop.render.java2d that return IFDocumentHandlerConfigurator Modifier and Type Method Description IFDocumentHandlerConfigurator
Java2DDocumentHandler. getConfigurator()
-
Uses of IFDocumentHandlerConfigurator in org.apache.fop.render.pcl
Classes in org.apache.fop.render.pcl that implement IFDocumentHandlerConfigurator Modifier and Type Class Description class
PCLRendererConfigurator
PCL Renderer configuratorMethods in org.apache.fop.render.pcl that return IFDocumentHandlerConfigurator Modifier and Type Method Description 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 Modifier and Type Class Description class
PDFRendererConfigurator
PDF renderer configurator.Methods in org.apache.fop.render.pdf that return IFDocumentHandlerConfigurator Modifier and Type Method Description 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 Modifier and Type Class Description class
PSRendererConfigurator
Postscript renderer configMethods in org.apache.fop.render.ps that return IFDocumentHandlerConfigurator Modifier and Type Method Description IFDocumentHandlerConfigurator
PSDocumentHandler. 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 Modifier and Type Class Description class
TXTRendererConfigurator
TXT Renderer configurator
-