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 |
---|---|
Polygon |
IAnnotationFactory.createPolygon(String contents,
Vector vertices,
String intent)
Constructs a polygon annotation.
|
Modifier and Type | Method and Description |
---|---|
static void |
AreaTool.setDefaultProperties(Polygon polygon)
This is a convenience method to set the Polyline properties to the
PolygonTool default properties.
|
static void |
CloudTool.setDefaultProperties(Polygon polygon)
Sets the properties for a Polygon annotation to the default properties for the Cloud tool.
|
static void |
PolygonTool.setDefaultProperties(Polygon polygon)
This is a convenience method to set the Polyline properties to the
PolygonTool default properties.
|