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

Uses in package org.apache.fop.pdf

Classes derived from org.apache.fop.pdf.PDFXObject

class
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
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 with parameter type org.apache.fop.pdf.PDFXObject

void
Add an XObject to the resources.

Methods with return type org.apache.fop.pdf.PDFXObject

PDFXObject
PDFDocument.getXObject(String key)
Get an XObject from the image map.

Uses in package org.apache.fop.render.pdf

Methods with parameter type org.apache.fop.pdf.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.

Methods with return type org.apache.fop.pdf.PDFXObject

PDFXObject
PDFImageHandler.generateImage(RendererContext context, Image image, Point origin, Rectangle pos)
Generates the PDF objects for the given Image instance.
PDFXObject
PDFImageHandlerGraphics2D.generateImage(RendererContext context, Image image, Point origin, Rectangle pos)
PDFXObject
PDFImageHandlerRawCCITTFax.generateImage(RendererContext context, Image image, Point origin, Rectangle pos)
PDFXObject
PDFImageHandlerRawJPEG.generateImage(RendererContext context, Image image, Point origin, Rectangle pos)
PDFXObject
PDFImageHandlerRenderedImage.generateImage(RendererContext context, Image image, Point origin, Rectangle pos)
PDFXObject
PDFImageHandlerXML.generateImage(RendererContext context, Image image, Point origin, Rectangle pos)

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