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

Packages that use Polyline
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdfNotes.settings Classes used to configure a number of settings for jPDFNotes. 
 

Uses of Polyline in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return Polyline
 Polyline IAnnotationFactory.createPolyline(String contents, Vector vertices, String intent)
          Constructs a polyline annotation.
 

Uses of Polyline in com.qoppa.pdfNotes.settings
 

Methods in com.qoppa.pdfNotes.settings with parameters of type Polyline
static void PerimeterTool.setDefaultProperties(Polyline polyline)
          This is a convenience method to set the Perimeter properties to the PerimeterTool default properties.
static void PolylineTool.setDefaultProperties(Polyline polyline)
          This is a convenience method to set the Polyline properties to the PolylineTool default properties.