DroidDiagram Programmer's Guide
BehaviorBase Members
Constructors Fields Methods
 


An abstract base class for types that define how the control reacts to users' actions with a mouse or other pointing devices.

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

 Protected Constructors

  Name Description

BehaviorBase

Initializes a new instance of the BehaviorBase class.

 Protected Fields

  Name Description

currentCursor

 

diagramView

 

 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 in response to system pointer over events. (Inherited from Interaction.)

pointerUp

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

 Protected Methods

  Name Description

createLink

 

getDiagram

 

getDiagramView

 

startDraw

Invoked when the user begins drawing inside the diagram canvas.

startDrawCommon

 

 See Also

BehaviorBase Class
com.mindfusion.diagramming Namespace