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) PDFImagePDFImageCmd. imageprivate PDFImagePDFImage. sMaskthe SMask image, if anyMethods in com.sun.pdfview that return PDFImage Modifier and Type Method Description static PDFImagePDFImage. createImage(PDFObject obj, java.util.Map resources)Read a PDFImage from an image dictionary and streamPDFImagePDFImage. getSMask()Return the soft mask associated with this imageMethods in com.sun.pdfview with parameters of type PDFImage Modifier and Type Method Description voidPDFPage. addImage(PDFImage image)draw an imagejava.awt.geom.Rectangle2DPDFRenderer. drawImage(PDFImage image)draw an image.protected voidPDFImage. setSMask(PDFImage sMask)Set the soft mask imageConstructors in com.sun.pdfview with parameters of type PDFImage Constructor Description PDFImageCmd(PDFImage image)
-