Class Tools.PolylineCreateTool
Extends
Tools.GenericAnnotationCreateTool.
Represents the tool for creating Annotations.PolylineAnnotation.
Constructor Attributes | Constructor Name and Description |
---|---|
Tools.PolylineCreateTool(docViewer)
Creates a new instance of the PolylineCreateTool.
|
- 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.PolylineCreateTool(docViewer)
Creates a new instance of the PolylineCreateTool.
- Parameters:
- {CoreControls.DocumentViewer} docViewer
- an instance of DocumentViewer.