fop 0.95

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. 
org.apache.fop.render.pdf PDF Renderer 
 

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.
 class PDFImageXObject
          PDF XObject A derivative of the PDF Object, 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.getXObject(java.lang.String key)
          Get an XObject 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.
 

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

Methods in org.apache.fop.render.pdf that return PDFXObject
 PDFXObject PDFImageHandlerXML.generateImage(RendererContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.Point origin, java.awt.Rectangle pos)
          Generates the PDF objects for the given Image instance.
 PDFXObject PDFImageHandlerRenderedImage.generateImage(RendererContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.Point origin, java.awt.Rectangle pos)
          Generates the PDF objects for the given Image instance.
 PDFXObject PDFImageHandlerRawJPEG.generateImage(RendererContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.Point origin, java.awt.Rectangle pos)
          Generates the PDF objects for the given Image instance.
 PDFXObject PDFImageHandlerRawCCITTFax.generateImage(RendererContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.Point origin, java.awt.Rectangle pos)
          Generates the PDF objects for the given Image instance.
 PDFXObject PDFImageHandlerGraphics2D.generateImage(RendererContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.Point origin, java.awt.Rectangle pos)
          Generates the PDF objects for the given Image instance.
 PDFXObject PDFImageHandler.generateImage(RendererContext context, org.apache.xmlgraphics.image.loader.Image image, java.awt.Point origin, java.awt.Rectangle pos)
          Generates the PDF objects for the given Image instance.
 

Methods in org.apache.fop.render.pdf with parameters of type PDFXObject
 void PDFRenderer.placeImage(float x, float y, float w, float h, PDFXObject xobj)
          Places a previously registered image at a certain place on the page.
 


fop 0.95

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