Uses of Class
org.faceless.pdf2.PDFImage

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.
 PDFImage PDFPage.getThumbnail()
          Return the thumbnail image on the page, as set by PDFPage.setThumbnail(org.faceless.pdf2.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.
 void EGIZSignatureHandler.Factory.setLogo(PDFImage logo)
          Set the logo to be displayed on the stamp
 void PDFPage.setThumbnail(PDFImage image)
          Set the embedded page thumbnail.
 



Copyright © 2001-2012 Big Faceless Organization