|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDXObjectImage | |
|---|---|
| org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
| 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. |
| Uses of PDXObjectImage in org.apache.pdfbox.pdmodel |
|---|
| Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDXObjectImage | |
|---|---|
Map<String,PDXObjectImage> |
PDResources.getImages()
Deprecated. use PDResources.getXObjects() instead, as the images map isn't synchronized with the XObjects map. |
| Uses of PDXObjectImage in org.apache.pdfbox.pdmodel.edit |
|---|
| Methods in org.apache.pdfbox.pdmodel.edit with parameters of type 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. |
| Uses of PDXObjectImage in org.apache.pdfbox.pdmodel.graphics.xobject |
|---|
| Subclasses of PDXObjectImage in org.apache.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. |
| Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDXObjectImage | |
|---|---|
PDXObjectImage |
PDXObjectImage.getSMaskImage()
Returns a PDXObjectImage of the SMask image, if there is one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||