drawing hierarchical tree with orthogonal lines

Posted by user267530 on Stack Overflow See other posts from Stack Overflow or by user267530
Published on 2010-05-24T14:10:11Z Indexed on 2010/05/24 14:11 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about tree

Related posts about lines