EllipseFactoryHandler
Ellipse Factory Handler
Extends
Constructors
new EllipseFactoryHandler()
new EllipseFactoryHandler(
id
,options
?):EllipseFactoryHandler
Parameters
• id: string
• options?: Partial
<HandlerOptions
>
Returns
Inherited from
Source
Properties
dragPoint
dragPoint:
number
[]
Inherited from
Source
dragStartPoint
dragStartPoint:
number
[]
Inherited from
Source
dragging
dragging:
boolean
Inherited from
Source
id
id:
string
Inherited from
Source
options
options:
HandlerOptions
Inherited from
Source
shape
shape:
null
|Ellipse
=null
Source
handlers/ellipse-handler.ts:14
snapper
snapper:
HandlerSnapper
Source
handlers/ellipse-handler.ts:15
Methods
activate()
activate(
editor
):void
Activate the handler
Parameters
• editor: Editor
Returns
void
Inherited from
Source
complete()
complete(
editor
):void
Trigger when the handler action is complete
Parameters
• editor: Editor
Returns
void
Inherited from
Source
deactivate()
deactivate(
editor
):void
Deactivate the handler
Parameters
• editor: Editor
Returns
void
Inherited from
Source
drawDragging()
drawDragging(
editor
,e
):void
Draw dragging
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:113
drawHovering()
drawHovering(
editor
,e
):void
Draw hovering
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:109
drawSelection()
drawSelection(
editor
):void
Draw ghost for the selected shape
Parameters
• editor: Editor
Returns
void
Inherited from
Source
finalize()
finalize(
editor
,e
):void
Finalize handler
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:84
initialize()
initialize(
editor
,e
):void
Initialize handler
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:22
keyDown()
keyDown(
editor
,e
):boolean
keyDown
Parameters
• editor: Editor
• e: KeyboardEvent
Returns
boolean
Inherited from
Source
keyUp()
keyUp(
editor
,e
):void
keyUp
Parameters
• editor: Editor
• e: KeyboardEvent
Returns
void
Inherited from
Source
onActionPerformed()
onActionPerformed(
editor
):void
Triggered when action is performed (unclude undo and redo)
Parameters
• editor: Editor
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:105
onActivate()
onActivate(
editor
):void
Triggered when activated
Parameters
• editor: Editor
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:96
onDeactivate()
onDeactivate(
editor
):void
Triggered when deactivate
Parameters
• editor: Editor
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:101
pointerDown()
pointerDown(
editor
,e
):void
pointerDown
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Inherited from
Source
pointerMove()
pointerMove(
editor
,e
):void
pointerMove
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Inherited from
Abstract
Source
pointerUp()
pointerUp(
editor
,e
):void
pointerUp
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Inherited from
Abstract
Source
reset()
reset():
void
Reset the states of handler
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:17
update()
update(
editor
,e
):void
Update handler
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/ellipse-handler.ts:47
updateHovering()
updateHovering(
editor
,e
):void
Update handler when hovering (not dragging)
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void