Class Tools.PolygonCreateTool
Extends
Tools.PolylineCreateTool.
Represents the tool for creating Annotations.PolygonAnnotation.
Constructor Attributes | Constructor Name and Description |
---|---|
Tools.PolygonCreateTool(docViewer)
Creates a new instance of the PolygonCreateTool.
|
- Fields borrowed from class Tools.GenericAnnotationCreateTool:
- annotation
- Fields borrowed from class Tools.AnnotationSelectTool:
- overrideSelection, PAGE_PADDING
- Fields borrowed from class Tools.Tool:
- docViewer, pageCoordinates
- Methods borrowed from class Tools.Tool:
- contextMenu, getDocumentViewer, keyDown, mouseDoubleClick, mouseLeftDown, mouseLeftUp, mouseMove, switchIn, switchOut
- Events borrowed from class Tools.GenericAnnotationCreateTool:
- annotationAdded, annotationCreated
Class Detail
Tools.PolygonCreateTool(docViewer)
Creates a new instance of the PolygonCreateTool.
- Parameters:
- {CoreControls.DocumentViewer} docViewer
- an instance of DocumentViewer.