Uses of Interface
org.apache.fop.pdf.PDFImage
-
Packages that use PDFImage Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFImage in org.apache.fop.pdf
Classes in org.apache.fop.pdf that implement PDFImage Modifier and Type Class Description classAlphaRasterImagePDFImage implementation for alpha channel "images".classBitmapImageBitmap image.Fields in org.apache.fop.pdf declared as PDFImage Modifier and Type Field Description private PDFImagePDFImageXObject. pdfimageMethods in org.apache.fop.pdf with parameters of type PDFImage Modifier and Type Method Description PDFImageXObjectPDFDocument. addImage(PDFResourceContext res, PDFImage img)Add an image to the PDF document.Constructors in org.apache.fop.pdf with parameters of type PDFImage Constructor Description PDFImageXObject(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 PDFImage Modifier and Type Class Description classAbstractImageAdapterAbstract PDFImage implementation for the PDF renderer.classImageRawCCITTFaxAdapterPDFImage implementation for the PDF renderer which handles raw CCITT fax images.classImageRawJPEGAdapterPDFImage implementation for the PDF renderer which handles raw JPEG images.classImageRawPNGAdapterclassImageRenderedAdapterPDFImage implementation for the PDF renderer which handles RenderedImages.Methods in org.apache.fop.render.pdf that return PDFImage Modifier and Type Method Description (package private) abstract PDFImageAbstractPDFImageHandler. createPDFImage(org.apache.xmlgraphics.image.loader.Image image, java.lang.String xobjectKey)Creates a PDF image object out of the given image.(package private) PDFImagePDFImageHandlerRawCCITTFax. createPDFImage(org.apache.xmlgraphics.image.loader.Image image, java.lang.String xobjectKey)(package private) PDFImagePDFImageHandlerRawJPEG. createPDFImage(org.apache.xmlgraphics.image.loader.Image image, java.lang.String xobjectKey)(package private) PDFImagePDFImageHandlerRawPNG. createPDFImage(org.apache.xmlgraphics.image.loader.Image image, java.lang.String xobjectKey)(package private) PDFImagePDFImageHandlerRenderedImage. createPDFImage(org.apache.xmlgraphics.image.loader.Image image, java.lang.String xobjectKey)
-