Uses of Class
org.apache.pdfbox.pdmodel.graphics.xobject.PDJpeg

Packages that use PDJpeg
org.apache.pdfbox This package holds executable classes that interact with the PDFBox application. 
org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature. 
 

Uses of PDJpeg in org.apache.pdfbox
 

Methods in org.apache.pdfbox with parameters of type PDJpeg
 void ExtractImages.writeJpeg2file(PDJpeg image, String filename)
           
 

Uses of PDJpeg in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
 

Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDJpeg
 PDJpeg PDFTemplateStructure.getJpedImage()
          Gets the image of visible signature
 

Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDJpeg
 void PDFTemplateBuilder.createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, AffineTransform affineTransform, PDJpeg img)
          Creates Image form
 void PDVisibleSigBuilder.createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, AffineTransform affineTransform, PDJpeg img)
           
 void PDFTemplateStructure.setJpedImage(PDJpeg jpedImage)
          Sets the image of visible signature
 



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.