DroidDiagram Programmer's Guide
DiagramItem.completeModify Method
See Also
 






Invoked when the item modification has been completed.

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

 Syntax

Java  Copy Code

protected void completeModify (
    PointF end,
    InteractionState ist
)

 Parameters

end

A PointF specifying the current pointer position.

ist

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

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace