Uses of Class
org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectImage
Packages that use PDXObjectImage
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The PDModel edit package will be used to store classes for creating page content.
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 -
Uses of PDXObjectImage in org.apache.pdfbox.pdmodel.edit
Methods in org.apache.pdfbox.pdmodel.edit with parameters of type PDXObjectImageModifier and TypeMethodDescriptionvoid
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.xobjectModifier and TypeClassDescriptionclass
An image class for CCITT Fax.class
An image class for JPegs.class
This class contains a PixelMap Image.Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDXObjectImageModifier and TypeMethodDescriptionPDXObjectImage.getSMaskImage()
Returns a PDXObjectImage of the SMask image, if there is one.
PDResources.getXObjects()
instead, as the images map isn't synchronized with the XObjects map.