Search
BehaviorBase Methods
 


 Public Methods

  Name Description

cancelDrag

Invoked when the operation should be canceled. (Inherited from Interaction.)

pointerDown

Interaction.pointerDown override. Invoked in response to system pointer down events.

pointerMove

Interaction.pointerMove override. Invoked when the pointer moves.

pointerOver

Invoked when the mouse moves.

pointerUp

Interaction.pointerUp override. Invoked in response to system pointer up events.

 Protected Methods

  Name Description

createLink

 

getDiagram

 

getDiagramView

 

setModfCursor

Updates the current cursor according to the specified cursor position and diagram state.

setMouseCursor

Invoked while the mouse is moved to let your application set the mouse cursor.

startDraw

Invoked when the user begins drawing inside the diagram canvas.

startDrawCommon

 

 See Also