| 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.
|
RubberStamp |
IAnnotationFactory.createRubberStamp(IPDFPage page)
Constructs a rubber stamp annotation with the content stream from a PDF page.
|
RubberStamp |
IAnnotationFactory.createRubberStamp(String text,
Color color)
Construct a rubber stamp annotation with custom text and custom color.
|
RubberStamp |
IAnnotationFactory.createRubberStamp(String text,
Color color,
double scale)
Construct a text rubber stamp annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static JMenuItem |
AnnotToolbar.createStampMenuItem(RubberStamp stamp)
Creates a JMenuItem that draws a preview of the rubber stamp.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RubberStampTool.setDefaultProperties(RubberStamp stamp)
This is a convenience method to set the RubberStamp properties to the
RubberStampTool default properties.
|