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
Java
![]() |
---|
public enum TreeLayoutType |
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. |