Uses of Interface
com.qoppa.pdf.annotations.Vertices

Packages that use Vertices
com.qoppa.pdf.annotations Classes representing PDF annotations. 
 

Uses of Vertices in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return Vertices
 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 Ink.addPolyline()
          Deprecated. Please use addGesture
 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.