Specifies how to order child nodes in order to produce layouts with custom balance.
Namespace: com.mindfusion.diagramming.jlayout
Package: com.mindfusion.diagramming.jlayout
Java
![]() |
---|
public enum TreeLayoutBalance |
Member name | Description | |
---|---|---|
![]() |
Custom |
Indicates that the child order will be determined by a user-provided function. |
![]() |
LeftHeavy |
Indicates that the child nodes with most total children will be processed first, thus producing a left-heavy layout. |
![]() |
Original |
Indicates that the child order should not be changed. |
![]() |
Reversed |
Indicates that the child order should be reversed. |
![]() |
RightHeavy |
Indicates that the child nodes with least total children will be processed first, thus producing a right-heavy layout. |