Hello,
I'm trying to create an Hierarchical layout of all the nodes and connections i made. After i create it (using diagram's auto-layout) i want to add (uppon user request) connections between the nodes. That said, i want the structure of the tree to remain the same (so, any new connection will either overlap or go around/between the nodes).
I already tried to get the offset of the nodes, null the layout manager, reset the offset of the nodes and then add the new connections. It didn't worked (offset position of the nodes seemed to be 0,0 - even after layout manager positioned them right, at first)
Is there any way to achieve that?
Thank you in advance.
ps: Here's an image of my code-snippet