Uses of Class
org.apache.pdfbox.pdmodel.graphics.image.PDInlineImage
-
Packages that use PDInlineImage Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.preflight.font.util -
-
Uses of PDInlineImage in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type PDInlineImage Modifier and Type Method Description void
PDAbstractContentStream. drawImage(PDInlineImage inlineImage, float x, float y)
Draw an inline image at the x,y coordinates, with the default size of the image.void
PDAbstractContentStream. drawImage(PDInlineImage inlineImage, float x, float y, float width, float height)
Draw an inline image at the x,y coordinates and a certain width and height.void
PDPageContentStream. drawImage(PDInlineImage inlineImage, float x, float y)
Draw an inline image at the x,y coordinates, with the default size of the image.void
PDPageContentStream. drawImage(PDInlineImage inlineImage, float x, float y, float width, float height)
Draw an inline image at the x,y coordinates and a certain width and height.void
PDPageContentStream. drawInlineImage(PDInlineImage inlineImage, float x, float y)
Deprecated.void
PDPageContentStream. drawInlineImage(PDInlineImage inlineImage, float x, float y, float width, float height)
Deprecated. -
Uses of PDInlineImage in org.apache.pdfbox.preflight.font.util
Fields in org.apache.pdfbox.preflight.font.util declared as PDInlineImage Modifier and Type Field Description private PDInlineImage
PreflightType3Stream. image
-