DroidDiagram Programmer's Guide
TreeLayout.setRoot Method
See Also
 






Sets the object which will be used as root of the tree.

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

 Syntax

Java  Copy Code

public void setRoot (
    DiagramNode value
)

 Parameters

value

A DiagramNode -derived object representing the tree root node.

 See Also

TreeLayout Members
TreeLayout Class
com.mindfusion.diagramming Namespace