Class Tools.AnnotationSelectTool
Extends
Tools.Tool.
Represents a tool that can select annotations
Constructor Attributes | Constructor Name and Description |
---|---|
Tools.AnnotationSelectTool(docViewer)
|
Field Attributes | Field Name and Description |
---|---|
Whether to override the default annotation selection behavior of the tool.
|
|
padding at the page edges that defines how close annotations can be created and dragged to the edge
|
- Fields borrowed from class Tools.Tool:
- docViewer, pageCoordinates
- Methods borrowed from class Tools.Tool:
- contextMenu, getDocumentViewer, keyDown, mouseDoubleClick, mouseLeftDown, mouseLeftUp, mouseMove, switchIn, switchOut
Class Detail
Tools.AnnotationSelectTool(docViewer)
- Parameters:
- {CoreControls.DocumentViewer} docViewer
- an instance of DocumentViewer.
Field Detail
{boolean}
overrideSelection
Whether to override the default annotation selection behavior of the tool. If true then annotations will not be selected by the tool.
{Annotations.Rect}
PAGE_PADDING
padding at the page edges that defines how close annotations can be created and dragged to the edge