|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDXObjectImage | |
---|---|
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 PDXObjectImage in org.pdfbox.pdmodel.edit |
---|
Methods in org.pdfbox.pdmodel.edit with parameters of type PDXObjectImage | |
---|---|
void |
PDPageContentStream.drawImage(PDXObjectImage image,
int x,
int y)
Draw an image at the x,y coordinates, with the default size of the image. |
void |
PDPageContentStream.drawImage(PDXObjectImage image,
int x,
int y,
int width,
int height)
Draw an image at the x,y coordinates and a certain width and height. |
Uses of PDXObjectImage in org.pdfbox.pdmodel.graphics.xobject |
---|
Subclasses of PDXObjectImage 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |