Uses of Class
org.pdfbox.pdmodel.graphics.xobject.PDXObject

Packages that use PDXObject
org.pdfbox.pdmodel.edit The PDModel edit package will be used to store classes for creating page content. 
org.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document. 
 

Uses of PDXObject in org.pdfbox.pdmodel.edit
 

Methods in org.pdfbox.pdmodel.edit with parameters of type PDXObject
 void PDPageContentStream.drawXObject(PDXObject xobject, float x, float y, float width, float height)
          Draw an xobject(form or image) at the x,y coordinates and a certain width and height.
 

Uses of PDXObject in org.pdfbox.pdmodel.graphics.xobject
 

Subclasses of PDXObject in org.pdfbox.pdmodel.graphics.xobject
 class PDCcitt
          An image class for CCITT Fax.
 class PDJpeg
          An image class for JPegs.
 class PDPixelMap
          This class contains a PixelMap Image.
 class PDXObjectForm
          A form xobject.
 class PDXObjectImage
          The prototype for all PDImages.
 

Methods in org.pdfbox.pdmodel.graphics.xobject that return PDXObject
static PDXObject PDXObject.createXObject(COSBase xobject)
          Create the correct xobject from the cos base.