| Package | Description | 
|---|---|
| com.qoppa.pdf.annotations | 
 Classes representing PDF annotations. 
 | 
| com.qoppa.pdfNotes | 
 PDFNotesBean, toolbar and related classes. 
 | 
| com.qoppa.pdfNotes.settings | 
 Classes used to configure a number of settings for jPDFNotes. 
 | 
| com.qoppa.pdfProcess | 
 jPDFProcess main classes, used to manipulate PDF documents and pages. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RubberStamp | 
IAnnotationFactory.createRubberStamp(Image image,
                 ImageCompression imageCompression)
Constructs a rubber stamp annotation with the given image. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JMenuItem | 
AnnotToolbar.createStampMenuItem(Image image,
                   ImageCompression imageCompression)
Creates a JMenuItem that draws a preview of the rubber stamp. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ImageCompression | 
RubberStampTool.getImageCompression()
Gets the default image compression when new Stamps are created. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
RubberStampTool.setImageCompression(ImageCompression imageCompression)
Sets the default image compression when new Stamps are created. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ImageCompression | 
PDFGraphics.getImageCompression()
Returns the current image compression settings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDFPage.drawImage(Image image,
         int dstX,
         int dstY,
         Color bgndColor,
         AffineTransform xform,
         ImageCompression imageSettings)
Draws an image onto this page. 
 | 
void | 
PDFPage.drawImage(Image image,
         int dstX,
         int dstY,
         int dstWidth,
         int dstHeight,
         Color bgndColor,
         AffineTransform xform,
         ImageCompression imageSettings)
Draws an image onto this page. 
 | 
void | 
PDFPage.drawImage(Image image,
         int dstX,
         int dstY,
         int dstWidth,
         int dstHeight,
         Color bgndColor,
         AffineTransform xform,
         ImageCompression params,
         Float alpha)
Draws an image onto this page. 
 | 
void | 
PDFGraphics.setImageCompression(ImageCompression imageCompression)
Sets the image compression settings. 
 |