DroidDiagram Programmer's Guide
TreeLayoutType Enumeration
See Also
 






The members of this enumeration specify what the shape of a tree arranged by the TreeLayout class should be. They can be used as parameters of the setType method of the TreeLayout class.

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

 Syntax

Java  Copy Code

public enum TreeLayoutType

 Members

  Member name Description

Cascading

Windows Explorer- like tree.

Centered

Center parent nodes above their children.

Radial

The root node is at the center and each next level of children is further from the root. Each level is arranged on a circle around the root.

 See Also

com.mindfusion.diagramming Namespace