DroidDiagram Programmer's Guide
Group.detach Method
See Also
 






Removes a node from the group.

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

 Syntax

Java  Copy Code

public boolean detach (
    DiagramNode node
)

 Parameters

node

The DiagramNode that should be detached.

 Return Value

true if the node is detached, otherwise false.

 See Also

Group Members
Group Class
com.mindfusion.diagramming Namespace