DroidDiagram Programmer's Guide
FreeFormNode.startModify Method
See Also
 






DiagramNode.startModify override. Invoked when the user starts modifying this node interactively.

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

 Syntax

Java  Copy Code

protected void startModify (
    Point2D org,
    AdjustmentHandle handle,
    InteractionState ist
)

 Parameters

org

The initial touch position.

handle

The adjustment handle used to modify this item.

ist

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

 See Also

FreeFormNode Members
FreeFormNode Class
com.mindfusion.diagramming Namespace