drawing hierarchical tree with orthogonal lines ( HV-Drawing – Binary Tree)

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:21 UTC
Read the original article Hit count: 780

Filed under:
|
|
|

Hi I need to work on drawing a hierarchical tree structure (HV-Drawing – Binary Tree) 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