DroidDiagram Programmer's Guide
DiagramLink.allowModify Method
See Also
 






DiagramItem.allowModify override. 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 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 link; otherwise, false.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace