DroidDiagram Programmer's Guide
FreeFormNode.allowCreate Method
See Also
 






DiagramNode.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

FreeFormNode Members
FreeFormNode Class
com.mindfusion.diagramming Namespace