The members of this enumeration specify what style to assign to the links processed by TreeLayout. They can be used as parameters of the setLinkStyle method of the TreeLayout class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public enum TreeLayoutLinkType |
Member name | Description | |
---|---|---|
![]() |
Cascading2 |
Each link should be a cascade of two orthogonal straight line segments. |
![]() |
Cascading3 |
Each link should be a cascade of three orthogonal straight line segments. |
![]() |
Rounded |
Each link should consist of one Bezier segment. |
![]() |
Straight |
Each link should consist of on straight line segment. |