DroidDiagram Programmer's Guide
LinkNodesBehavior Members
Constructors Fields Methods
 


The base class for behavior types that allow drawing both nodes and links.

The following tables list the members exposed by the LinkNodesBehavior type.

 Protected Constructors

  Name Description

LinkNodesBehavior

Initializes a new instance of the LinkNodesBehavior class.

 Protected Fields

  Name Description

currentCursor

  (Inherited from BehaviorBase.)

diagramView

  (Inherited from BehaviorBase.)

 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. (Inherited from BehaviorBase.)

pointerMove

Interaction.pointerMove override. Invoked when the pointer moves. (Inherited from BehaviorBase.)

pointerOver

Invoked in response to system pointer over events. (Inherited from Interaction.)

pointerUp

Interaction.pointerUp override. Invoked in response to system pointer up events. (Inherited from BehaviorBase.)

 Protected Methods

  Name Description

createLink

  (Inherited from BehaviorBase.)

createNode

 

getDiagram

  (Inherited from BehaviorBase.)

getDiagramView

  (Inherited from BehaviorBase.)

startDraw

 

startDrawCommon

  (Inherited from BehaviorBase.)

 See Also

LinkNodesBehavior Class
com.mindfusion.diagramming Namespace