drawing hierarchical tree with orthogonal lines
- by user267530
Hi
I need to work on drawing a hierarchical tree structure with orthogonal lines(straight rectangular connecting lines) between root and children ( like the following:
http://lab.kapit.fr/display/visualizationlayouts/Hierarchical+Tree+layout
).
I want to know if there are any open source examples of the algorithm of drawing trees like that so that I can implement the same algorithm in actionscript.
Thanks
Palash