DroidDiagram Programmer's Guide
TreeLayout Constructor
See Also
 






Initializes a new TreeLayout instance.

 Overload List

Name Description

TreeLayout ()

Initializes a new instance of the TreeLayout class.

TreeLayout (DiagramNode)

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

TreeLayout (DiagramNode, TreeLayoutType)

Initializes a new instance of the TreeLayout class, specifying the root node and layout mode.

TreeLayout (DiagramNode, TreeLayoutType, boolean, TreeLayoutLinkType, TreeLayoutDirection, float, float, boolean, float, float)

Initializes a new instance of the TreeLayout class.

TreeLayout (DiagramNode, TreeLayoutType, boolean, TreeLayoutLinkType, TreeLayoutDirection, float, float, boolean, float, float, boolean)

Initializes a new instance of the TreeLayout class.

TreeLayout (TreeLayoutType)

Initializes a new instance of the TreeLayout class, specifying the layout mode.

 See Also

TreeLayout Class
com.mindfusion.diagramming Namespace