| 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.
|
| 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.
|