| 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.
|