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

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

Uses of Polygon in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return Polygon
 Polygon IAnnotationFactory.createPolygon(String contents, Vector vertices, String intent)
          Constructs a polygon annotation.
 

Uses of Polygon in com.qoppa.pdfNotes.settings
 

Methods in com.qoppa.pdfNotes.settings with parameters of type Polygon
static void AreaTool.setDefaultProperties(Polygon polygon)
          This is a convenience method to set the Polyline properties to the PolygonTool default properties.
static void CloudTool.setDefaultProperties(Polygon polygon)
          Sets the properties for a Polygon annotation to the default properties for the Cloud tool.
static void PolygonTool.setDefaultProperties(Polygon polygon)
          This is a convenience method to set the Polyline properties to the PolygonTool default properties.