Uses of Class
org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectImage
-
Packages that use PDXObjectImage Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.edit The PDModel edit package will be used to store classes for creating page content.org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document. -
-
Uses of PDXObjectImage in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDXObjectImage Modifier and Type Method Description java.util.Map<java.lang.String,PDXObjectImage>
PDResources. getImages()
Deprecated.usePDResources.getXObjects()
instead, as the images map isn't synchronized with the XObjects map. -
Uses of PDXObjectImage in org.apache.pdfbox.pdmodel.edit
Methods in org.apache.pdfbox.pdmodel.edit with parameters of type PDXObjectImage Modifier and Type Method Description void
PDPageContentStream. drawImage(PDXObjectImage image, float x, float y)
Draw an image at the x,y coordinates, with the default size of the image. -
Uses of PDXObjectImage in org.apache.pdfbox.pdmodel.graphics.xobject
Subclasses of PDXObjectImage in org.apache.pdfbox.pdmodel.graphics.xobject Modifier and Type Class Description class
PDCcitt
An image class for CCITT Fax.class
PDJpeg
An image class for JPegs.class
PDPixelMap
This class contains a PixelMap Image.Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDXObjectImage Modifier and Type Method Description PDXObjectImage
PDXObjectImage. getSMaskImage()
Returns a PDXObjectImage of the SMask image, if there is one.
-