|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDFImage | |
|---|---|
| org.faceless.pdf2 | Contains the classes used to create a PDF document |
| Uses of PDFImage in org.faceless.pdf2 |
|---|
| Methods in org.faceless.pdf2 that return PDFImage | |
|---|---|
PDFImage |
LayoutBox.Box.getImage()
Return the optional image set by the setImage method,
or null if no image was defined. |
PDFImage |
PDFImageSet.getImage(int page)
Return the specified sub-image from this image as a PDFImage. |
| Methods in org.faceless.pdf2 with parameters of type PDFImage | |
|---|---|
void |
PDFCanvas.drawImage(PDFImage image,
float x1,
float y1,
float x2,
float y2)
Draw a PDFImage at the specified position on the page |
void |
PDFPage.drawImage(PDFImage image,
float x1,
float y1,
float x2,
float y2)
Draw a PDFImage at the specified position on the page |
void |
WidgetAnnotation.setButtonImage(PDFImage image)
For FormButton annotations, set the image to display on the button. |
void |
LayoutBox.Box.setImage(PDFImage image)
Set an optional image which goes with this Box. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||