Uses of Class
com.sun.pdfview.PDFImage
-
Packages that use PDFImage Package Description com.sun.pdfview -
-
Uses of PDFImage in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFImage Modifier and Type Field Description (package private) PDFImage
PDFImageCmd. image
private PDFImage
PDFImage. sMask
the SMask image, if anyMethods in com.sun.pdfview that return PDFImage Modifier and Type Method Description static PDFImage
PDFImage. createImage(PDFObject obj, java.util.Map resources)
Read a PDFImage from an image dictionary and streamPDFImage
PDFImage. getSMask()
Return the soft mask associated with this imageMethods in com.sun.pdfview with parameters of type PDFImage Modifier and Type Method Description void
PDFPage. addImage(PDFImage image)
draw an imagejava.awt.geom.Rectangle2D
PDFRenderer. drawImage(PDFImage image)
draw an image.protected void
PDFImage. setSMask(PDFImage sMask)
Set the soft mask imageConstructors in com.sun.pdfview with parameters of type PDFImage Constructor Description PDFImageCmd(PDFImage image)
-