Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDXObject
Packages that use PDXObject
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
The marked content package provides a mechanism for modeling marked-content
sequences.
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
This package deals with Form XObjects that are stored in a PDF document.
This package deals with images that are stored in a PDF document.
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDXObject in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel with type parameters of type PDXObjectModifier and TypeFieldDescriptionprivate final Map<COSObject,
SoftReference<PDXObject>> DefaultResourceCache.xobjects
Methods in org.apache.pdfbox.pdmodel that return PDXObjectModifier and TypeMethodDescriptionDefaultResourceCache.getXObject
(COSObject indirect) PDResources.getXObject
(COSName name) Returns the XObject resource with the given name, or null if none exists.ResourceCache.getXObject
(COSObject indirect) Returns the XObject resource for the given indirect object, if it is in the cache.Methods in org.apache.pdfbox.pdmodel with parameters of type PDXObjectModifier and TypeMethodDescriptionAdds the given XObject to the resources of the current page and returns the name for the new resources.void
PDPageContentStream.drawXObject
(PDXObject xobject, float x, float y, float width, float height) Deprecated.void
PDPageContentStream.drawXObject
(PDXObject xobject, AffineTransform transform) Deprecated.private boolean
PDResources.isAllowedCache
(PDXObject xobject) void
void
Sets the XObject resource with the given name.void
Puts the given indirect XObject resource in the cache. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDXObjectModifier and TypeMethodDescriptionvoid
PDObjectReference.setReferencedObject
(PDXObject xobject) Sets the referenced XObject. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent
Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type PDXObjectModifier and TypeMethodDescriptionvoid
PDMarkedContent.addXObject
(PDXObject xobject) Adds an XObject to the contents. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.graphics
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.graphicsMethods in org.apache.pdfbox.pdmodel.graphics that return PDXObjectModifier and TypeMethodDescriptionstatic PDXObject
PDXObject.createXObject
(COSBase base, PDResources resources) Creates a new XObject instance of the appropriate type for the COS stream. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.graphics.form
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.graphics.formModifier and TypeClassDescriptionclass
A Form XObject.class
A transparency group. -
Uses of PDXObject in org.apache.pdfbox.pdmodel.graphics.image
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.graphics.image -
Uses of PDXObject in org.apache.pdfbox.pdmodel.interactive.annotation
Subclasses of PDXObject in org.apache.pdfbox.pdmodel.interactive.annotationModifier and TypeClassDescriptionclass
An appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation rectangle. -
Uses of PDXObject in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text with parameters of type PDXObject
PDPageContentStream.drawImage(org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject, float, float)
instead.