fop 1.0

Uses of Class
org.apache.fop.render.intermediate.AbstractIFDocumentHandler

Packages that use AbstractIFDocumentHandler
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 
 

Uses of AbstractIFDocumentHandler in org.apache.fop.render.afp
 

Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.afp
 class AFPDocumentHandler
          IFDocumentHandler implementation that produces AFP (MO:DCA).
 

Uses of AbstractIFDocumentHandler in org.apache.fop.render.bitmap
 

Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.bitmap
 class AbstractBitmapDocumentHandler
          Abstract IFDocumentHandler implementation for producing bitmap images.
 class PNGDocumentHandler
          IFDocumentHandler implementation that produces PNG files.
 class TIFFDocumentHandler
          IFDocumentHandler implementation that produces TIFF files.
 

Uses of AbstractIFDocumentHandler in org.apache.fop.render.intermediate
 

Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.intermediate
 class AbstractBinaryWritingIFDocumentHandler
          Abstract base class for binary-writing IFDocumentHandler implementations.
 class AbstractXMLWritingIFDocumentHandler
          Abstract base class for XML-writing IFDocumentHandler implementations.
 class IFSerializer
          IFPainter implementation that serializes the intermediate format to XML.
 

Uses of AbstractIFDocumentHandler in org.apache.fop.render.pcl
 

Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.pcl
 class PCLDocumentHandler
          IFDocumentHandler implementation that produces PCL 5.
 

Uses of AbstractIFDocumentHandler in org.apache.fop.render.pdf
 

Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.pdf
 class PDFDocumentHandler
          IFDocumentHandler implementation that produces PDF.
 

Uses of AbstractIFDocumentHandler in org.apache.fop.render.ps
 

Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.ps
 class PSDocumentHandler
          IFDocumentHandler implementation that produces PostScript.
 

Uses of AbstractIFDocumentHandler in org.apache.fop.render.svg
 

Subclasses of AbstractIFDocumentHandler in org.apache.fop.render.svg
 class AbstractSVGDocumentHandler
          Abstract base class for SVG Painter implementations.
 class SVGDocumentHandler
          IFDocumentHandler implementation that writes SVG 1.1.
 class SVGPrintDocumentHandler
          IFDocumentHandler implementation that writes SVG Print.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.