Uses of Class
com.caucho.quercus.lib.pdf.PDFImage

Packages that use PDFImage
com.caucho.quercus.lib.pdf   
 

Uses of PDFImage in com.caucho.quercus.lib.pdf
 

Methods in com.caucho.quercus.lib.pdf that return PDFImage
 PDFImage PDF.load_image(java.lang.String type, Path file, java.lang.String optlist)
          open image
 PDFImage PDF.open_image_file(java.lang.String type, Path file, java.lang.String stringParam, int intParam)
          open image
static PDFImage PDFModule.pdf_load_image(PDF pdf, java.lang.String imageType, Path path, java.lang.String optlist)
          Loads an image
static PDFImage PDFModule.pdf_open_image_file(PDF pdf, java.lang.String imagetype, Path filename, java.lang.String stringparam, int intparam)
          Opens an image.
 

Methods in com.caucho.quercus.lib.pdf with parameters of type PDFImage
 boolean PDFStream.fit_image(PDFImage img)
           
 boolean PDF.fit_image(PDFImage img, double x, double y, java.lang.String opt)
           
static boolean PDFModule.pdf_add_thumbnail(Env env, PDF pdf, PDFImage image)
          Adds a thumbnail
static boolean PDFModule.pdf_close_image(Env env, PDF pdf, PDFImage image)
          Closes an image
static boolean PDFModule.pdf_fit_image(PDF pdf, PDFImage image, double x, double y, java.lang.String optlist)
          Place an image
static double PDFModule.pdf_get_image_height(PDFImage image)
          Returns the height of an image.
static double PDFModule.pdf_get_image_width(PDFImage image)
          Returns the width of an image.
static boolean PDFModule.pdf_place_image(PDF pdf, PDFImage image, double x, double y, double scale)
          Place an image.