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 |
---|---|
Line |
IAnnotationFactory.createLine(String contents,
double x1,
double y1,
double x2,
double y2)
Constructs a line annotation with the given content.
|
Line |
IAnnotationFactory.createLine(String contents,
double x1,
double y1,
double x2,
double y2,
String intent)
Constructs a line annotation with the given content and intent.
|
Modifier and Type | Method and Description |
---|---|
static void |
ArrowTool.setDefaultProperties(Line line)
This is a convenience method to set the Line-Arrow properties to the
ArrowTool default properties.
|
static void |
DistanceTool.setDefaultProperties(Line line)
This is a convenience method to set the Line-Dimension properties to the
MeasurementTool default properties.
|
static void |
LineTool.setDefaultProperties(Line line)
This is a convenience method to set the Line properties to the LineTool
default properties.
|