Uses of Package
org.apache.pdfbox.pdmodel.graphics.xobject

Packages that use org.apache.pdfbox.pdmodel.graphics.xobject
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file. 
org.apache.pdfbox.pdmodel.documentinterchange.markedcontent The marked content package provides a mechanism for modeling marked-content sequences. 
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. 
org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Classes in org.apache.pdfbox.pdmodel.graphics.xobject used by org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
PDXObject
          The base class for all XObjects in the PDF document.
 

Classes in org.apache.pdfbox.pdmodel.graphics.xobject used by org.apache.pdfbox.pdmodel.documentinterchange.markedcontent
PDXObject
          The base class for all XObjects in the PDF document.
 

Classes in org.apache.pdfbox.pdmodel.graphics.xobject used by org.apache.pdfbox.pdmodel.edit
PDXObject
          The base class for all XObjects in the PDF document.
PDXObjectImage
          The prototype for all PDImages.
 

Classes in org.apache.pdfbox.pdmodel.graphics.xobject used by org.apache.pdfbox.pdmodel.graphics.xobject
PDXObject
          The base class for all XObjects in the PDF document.
PDXObjectImage
          The prototype for all PDImages.
 

Classes in org.apache.pdfbox.pdmodel.graphics.xobject used by org.apache.pdfbox.pdmodel.interactive.annotation
PDXObjectForm
          A form xobject.
 

Classes in org.apache.pdfbox.pdmodel.graphics.xobject used by org.apache.pdfbox.util
PDXObject
          The base class for all XObjects in the PDF document.
PDXObjectForm
          A form xobject.