Uses of Interface
org.apache.fop.pdf.PDFImage
Packages that use PDFImage
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFImage in org.apache.fop.pdf
Classes in org.apache.fop.pdf that implement PDFImageModifier and TypeClassDescriptionclass
PDFImage implementation for alpha channel "images".class
Bitmap image.Fields in org.apache.fop.pdf declared as PDFImageMethods in org.apache.fop.pdf with parameters of type PDFImageModifier and TypeMethodDescriptionPDFDocument.addImage
(PDFResourceContext res, PDFImage img) Add an image to the PDF document.Constructors in org.apache.fop.pdf with parameters of type PDFImageModifierConstructorDescriptionPDFImageXObject
(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 PDFImageModifier and TypeClassDescriptionclass
Abstract PDFImage implementation for the PDF renderer.class
PDFImage implementation for the PDF renderer which handles raw CCITT fax images.class
PDFImage implementation for the PDF renderer which handles raw JPEG images.class
class
PDFImage implementation for the PDF renderer which handles RenderedImages.Methods in org.apache.fop.render.pdf that return PDFImageModifier and TypeMethodDescription(package private) abstract PDFImage
AbstractPDFImageHandler.createPDFImage
(org.apache.xmlgraphics.image.loader.Image image, String xobjectKey) Creates a PDF image object out of the given image.(package private) PDFImage
PDFImageHandlerRawCCITTFax.createPDFImage
(org.apache.xmlgraphics.image.loader.Image image, String xobjectKey) (package private) PDFImage
PDFImageHandlerRawJPEG.createPDFImage
(org.apache.xmlgraphics.image.loader.Image image, String xobjectKey) (package private) PDFImage
PDFImageHandlerRawPNG.createPDFImage
(org.apache.xmlgraphics.image.loader.Image image, String xobjectKey) (package private) PDFImage
PDFImageHandlerRenderedImage.createPDFImage
(org.apache.xmlgraphics.image.loader.Image image, String xobjectKey)