Package | Description |
---|---|
com.sun.pdfview |
Modifier and Type | Method and Description |
---|---|
static PDFImage |
PDFImage.createImage(PDFObject obj,
java.util.Map resources)
Read a PDFImage from an image dictionary and stream
|
PDFImage |
PDFImage.getSMask()
Return the soft mask associated with this image
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPage.addImage(PDFImage image)
draw an image
|
java.awt.geom.Rectangle2D |
PDFRenderer.drawImage(PDFImage image)
draw an image.
|
protected void |
PDFImage.setSMask(PDFImage sMask)
Set the soft mask image
|