Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
Modifier and Type | Method and Description |
---|---|
Vertices |
GestureList.addGesture()
Add a new gesture to the gesture list.
|
Vertices |
Ink.addGesture()
Creates a new line and returns it to the calling function.
|
Vertices |
GestureList.getGesture(int index)
Returns the Vertices object that containts the vertices for one gesture.
|
Vertices |
Polygon.getVertices()
Returns an object that manages the vertices in the polygon.
|
Vertices |
Polyline.getVertices()
Returns an object that manages the vertices in the polygon.
|
Modifier and Type | Method and Description |
---|---|
Polygon |
IAnnotationFactory.createPolygon(String contents,
Vertices vertices,
String intent)
Constructs a polygon annotation.
|
Polyline |
IAnnotationFactory.createPolyline(String contents,
Vertices vertices,
String intent)
Constructs a polyline annotation.
|
Modifier and Type | Method and Description |
---|---|
Ink |
IAnnotationFactory.createInk(String contents,
List<Vertices> polyLines)
Constructs an Ink annotation.
|