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

Uses in package org.pdfbox.pdmodel.edit

Methods with parameter type org.pdfbox.pdmodel.graphics.xobject.PDXObjectImage

void
PDPageContentStream.drawImage(PDXObjectImage image, float x, float y)
Draw an image at the x,y coordinates, with the default size of the image.
void
PDPageContentStream.drawImage(PDXObjectImage image, float x, float y, float width, float height)
Draw an image at the x,y coordinates and a certain width and height.

Uses in package org.pdfbox.pdmodel.graphics.xobject

Classes derived from org.pdfbox.pdmodel.graphics.xobject.PDXObjectImage

class
An image class for CCITT Fax.
class
An image class for JPegs.
class
This class contains a PixelMap Image.