DroidDiagram Programmer's Guide
InteractionState Constructor
See Also
 






Initializes a new InteractionState instance.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public InteractionState (
    DiagramItem currentItem,
    AdjustmentHandle adjustmentHandle,
    Action action
)

 Parameters

currentItem

The DiagramItem to be created or modified.

adjustmentHandle

The selection handle to be dragged with the mouse, defines what kind of modification to perform.

action

A member of the Action enumeration, specifying what kind of action to perform.

 See Also

InteractionState Class
com.mindfusion.diagramming Namespace