DroidDiagram Programmer's Guide
DiagramItem.allowModify Method
See Also
 






Invoked during interactive modification of items to test whether the operation can be completed in the current context.

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

 Syntax

Java  Copy Code

protected abstract boolean allowModify (
    PointF current,
    InteractionState ist
)

 Parameters

current

A PointF specifying the current pointer position.

ist

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

 Return Value

true to allow the modification of this item; otherwise, false.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace