fop 1.0

Uses of Interface
org.apache.fop.pdf.PDFImage

Packages that use PDFImage
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.pdf PDF Renderer 
 

Uses of PDFImage in org.apache.fop.pdf
 

Classes in org.apache.fop.pdf that implement PDFImage
 class AlphaRasterImage
          PDFImage implementation for alpha channel "images".
 class BitmapImage
          Bitmap image.
 

Methods in org.apache.fop.pdf with parameters of type PDFImage
 PDFImageXObject PDFDocument.addImage(PDFResourceContext res, PDFImage img)
          Add an image to the PDF document.
 

Constructors in org.apache.fop.pdf with parameters of type PDFImage
PDFImageXObject(int xnumber, PDFImage img)
          create an XObject with the given number and name and load the image in the object
 

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

Classes in org.apache.fop.render.pdf that implement PDFImage
 class AbstractImageAdapter
          Abstract PDFImage implementation for the PDF renderer.
 class ImageRawCCITTFaxAdapter
          PDFImage implementation for the PDF renderer which handles raw CCITT fax images.
 class ImageRawJPEGAdapter
          PDFImage implementation for the PDF renderer which handles raw JPEG images.
 class ImageRenderedAdapter
          PDFImage implementation for the PDF renderer which handles RenderedImages.
 


fop 1.0

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