DroidDiagram Programmer's Guide
Interaction Members
Constructors Methods
 


Tracks pointer messages to implement user interaction with the diagram.

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

 Protected Constructors

  Name Description

Interaction

Initializes a new instance of the Interaction class.

 Public Methods

  Name Description

cancelDrag

Invoked when the operation should be canceled.

pointerDown

Invoked in response to system pointer down events.

pointerMove

Invoked when the pointer moves.

pointerOver

Invoked in response to system pointer over events.

pointerUp

Invoked in response to system pointer up events.

 Protected Methods

  Name Description

getDiagramView

Gets a reference to the DiagramView control this interaction is associated with.

 See Also

Interaction Class
com.mindfusion.diagramming Namespace