fop 0.95beta | |
Frames | No Frames |
Methods with parameter type org.apache.fop.pdf.PDFXObject | |
void | Places a previously registered image at a certain place on the page. |
Methods with return type org.apache.fop.pdf.PDFXObject | |
PDFXObject | 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 |
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. |
fop 0.95beta |