ConnectorFactoryHandler
Connector Factory Handler
Extends
Constructors
new ConnectorFactoryHandler()
new ConnectorFactoryHandler(
id
,options
?):ConnectorFactoryHandler
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
headAnchor
headAnchor:
number
[]
Source
handlers/connector-handler.ts:20
headEnd
headEnd:
null
|Shape
=null
Source
handlers/connector-handler.ts:19
id
id:
string
Inherited from
Source
options
options:
HandlerOptions
Inherited from
Source
shape
shape:
null
|Connector
=null
Source
handlers/connector-handler.ts:21
snapper
snapper:
HandlerSnapper
Source
handlers/connector-handler.ts:22
tailAnchor
tailAnchor:
number
[]
Source
handlers/connector-handler.ts:18
tailEnd
tailEnd:
null
|Shape
=null
Source
handlers/connector-handler.ts:17
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/connector-handler.ts:154
drawHeadHovering()
drawHeadHovering(
editor
,e
):void
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Source
handlers/connector-handler.ts:142
drawHovering()
drawHovering(
editor
,e
):void
Draw hovering
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/connector-handler.ts:149
drawSelection()
drawSelection(
editor
):void
Draw ghost for the selected shape
Parameters
• editor: Editor
Returns
void
Inherited from
Source
drawTailHovering()
drawTailHovering(
editor
,e
):void
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Source
handlers/connector-handler.ts:135
finalize()
finalize(
editor
,e
):void
Finalize handler
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/connector-handler.ts:110
initialize()
initialize(
editor
,e
):void
Initialize handler
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/connector-handler.ts:33
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/connector-handler.ts:131
onActivate()
onActivate(
editor
):void
Triggered when activated
Parameters
• editor: Editor
Returns
void
Overrides
Source
handlers/connector-handler.ts:122
onDeactivate()
onDeactivate(
editor
):void
Triggered when deactivate
Parameters
• editor: Editor
Returns
void
Overrides
Source
handlers/connector-handler.ts:127
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/connector-handler.ts:24
update()
update(
editor
,e
):void
Update handler
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void
Overrides
Source
handlers/connector-handler.ts:69
updateHovering()
updateHovering(
editor
,e
):void
Update handler when hovering (not dragging)
Parameters
• editor: Editor
• e: CanvasPointerEvent
Returns
void