fop 0.94

Uses of Class
org.apache.fop.pdf.PDFXObject

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

Uses of PDFXObject in org.apache.fop.pdf
 

Subclasses of PDFXObject in org.apache.fop.pdf
 class PDFFormXObject
          PDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data.
 

Methods in org.apache.fop.pdf that return PDFXObject
 PDFXObject PDFDocument.addImage(PDFResourceContext res, PDFImage img)
          Add an image to the PDF document.
 PDFXObject PDFDocument.getImage(java.lang.String key)
          Get an image from the image map.
 

Methods in org.apache.fop.pdf with parameters of type PDFXObject
 void PDFResources.addXObject(PDFXObject xObject)
          Add an XObject to the resources.
 


fop 0.94

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