Class Annotations.FreeTextSelectionModel
Extends
Annotations.BoxSelectionModel.
Constructor Attributes | Constructor Name and Description |
---|---|
Annotations.FreeTextSelectionModel(annotation, canModify, isSelected)
A selection model based on the annotation's bounding box.
|
- Methods borrowed from class Annotations.SelectionModel:
- canModify, drawPopupTail, drawSelectionOutline, getControlHandles, getDimensions, isSelected, testControlHandles, testSelection
Class Detail
Annotations.FreeTextSelectionModel(annotation, canModify, isSelected)
A selection model based on the annotation's bounding box.
This is used for free text annotations
- Parameters:
- {Annotations.Annotation} annotation
- the annotation
- {boolean} canModify
- indicates if the annotation can be modified
- isSelected