DroidDiagram Programmer's Guide
TreeLayout Constructor (DiagramNode)
See Also
 






Initializes a new instance of the TreeLayout class, specifying which node to use as a tree root.

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

 Syntax

Java  Copy Code

public TreeLayout (
    DiagramNode root
)

 Parameters

root

A DiagramNode -derived object representing the tree root node.

 See Also

TreeLayout Constructor Overload List
TreeLayout Class
com.mindfusion.diagramming Namespace