Class Annotations.LineControlHandle
Extends
Annotations.ControlHandle.
Constructor Attributes | Constructor Name and Description |
---|---|
Annotations.LineControlHandle(x, y, width, height, isEnd)
A control handle for the Annotations.LineAnnotation.
|
- Methods borrowed from class Annotations.ControlHandle:
- draw, getDimensions, move, testSelection
Class Detail
Annotations.LineControlHandle(x, y, width, height, isEnd)
A control handle for the Annotations.LineAnnotation.
- Parameters:
- {number} x
- the x coordinate of the point
- {number} y
- the y coordinate of the point
- {number} width
- the width of the handle
- {number} height
- the height of the handle
- {boolean} isEnd
- true if the handle is for the start point, false if the handle is for the end point