Search
RadialTreeLayout Class
Remarks See Also
 





Implements a radial tree layout algorithm.

Namespace: MindFusion.Graphs
File: RadialTreeLayout.js

 Syntax

JavaScript  Copy Code

// class
RadialTreeLayout.prototype = {}

 Remarks

This layout class arranges tree levels in concentric circles around the root. The levelDistance property specifies the distance between adjacent circles. The direction property specifies placement of first child node. Set stretchFactor to a value larger than 1 in order to stretch level circles into ellipses, providing more space for the layout when using wider nodes.

 Inheritance Hierarchy

MindFusion.Graphs.Layout
    MindFusion.Graphs.RadialTreeLayout

 See Also