DroidDiagram Programmer's Guide
DiagramNode.allowCreate Method
See Also
 






DiagramItem.allowCreate override.

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

 Syntax

Java  Copy Code

protected boolean allowCreate (
    PointF current,
    InteractionState ist
)

 Parameters

current

The current touch position.

ist

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

 Return Value

true to allow the creation of this item, or false otherwise.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace