Search
FractalLayout Class
See Also
 





The FractalLayout tree layout algorithm places child nodes symmetrically around their parent node. Nodes at the lowest level are arranged directly in a circle around their parent. At the upper level, the already arranged nodes form branches that are arranged in a circle around the new parent node. The algorithm is recursively repeated till the highest level is reached.

Namespace: MindFusion.Graphs
File: FractalLayout.js

 Syntax

JavaScript  Copy Code

// class
FractalLayout.prototype = {}

 Inheritance Hierarchy

MindFusion.Graphs.Layout
    MindFusion.Graphs.FractalLayout

 See Also