fop 1.0

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

Packages that use AbstractBinaryWritingIFDocumentHandler
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.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
 

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

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

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

Subclasses of AbstractBinaryWritingIFDocumentHandler 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 AbstractBinaryWritingIFDocumentHandler in org.apache.fop.render.pcl
 

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

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

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

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

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


fop 1.0

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