| Package | Description |
|---|---|
| com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
| 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)
Constructs a rubber stamp annotation with the given image.
|
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 void |
RubberStampTool.setDefaultProperties(RubberStamp stamp)
This is a convenience method to set the RubberStamp properties to the
RubberStampTool default properties.
|