DroidDiagram Programmer's Guide
DiagramNode.updateModify Method
See Also
 






DiagramItem.updateModify override. Invoked during interactive modification of this node.

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

 Syntax

Java  Copy Code

protected void updateModify (
    PointF current,
    InteractionState ist
)

 Parameters

current

The current touch position.

ist

An InteractionState object containing more information about the current state of the operation.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace