Uses of Interface
org.apache.pdfbox.pdmodel.graphics.image.PDImage
-
Packages that use PDImage Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.pdmodel.graphics.image This package deals with images that are stored in a PDF document.org.apache.pdfbox.rendering -
-
Uses of PDImage in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDImage Modifier and Type Method Description abstract voidPDFGraphicsStreamEngine. drawImage(PDImage pdImage)Draw the image. -
Uses of PDImage in org.apache.pdfbox.pdmodel.graphics.image
Classes in org.apache.pdfbox.pdmodel.graphics.image that implement PDImage Modifier and Type Class Description classPDImageXObjectAn Image XObject.classPDInlineImageAn inline image object which uses a special syntax to express the data for a small image directly within the content stream. -
Uses of PDImage in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDImage Modifier and Type Method Description voidPageDrawer. drawImage(PDImage pdImage)protected intPageDrawer. getSubsampling(PDImage pdImage, java.awt.geom.AffineTransform at)Calculates the subsampling frequency for a given PDImage based on the current transformation and its calculated transform.
-