DroidDiagram Programmer's Guide
TreeLayoutLinkType Enumeration
See Also
 






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

 Syntax

Java  Copy Code

public enum TreeLayoutLinkType

 Members

  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.

 See Also

com.mindfusion.diagramming Namespace