I've been using yEd Graph Editor for the past few days (http://www.yworks.com/en/products_yed_about.html) and I wonder how to create a tree that looks like that: http://slickplan.com/create.php
I basically need a tree that mixes horizontal and vertical orientation.
The HVTreeLayouter (http://docs.yworks.com/yfiles/doc/api/y/layout/tree/HVTreeLayouter.html) seems to be able to do the trick, but I cannot figure how it actually works. I tried to add custom properties to the node but it doesn't do it.
Any help or hint would be greatly appreciated.