0

I'm using Zest's tree layout to display a graph. However at present, the lines connecting the nodes are like this.

  A
   / \
  B   C
 /\   /\
D  E F  G

How do I instead make it appear like this?

  A
  __I__
  B    C
 _|_  _I_
D   E F  G
Asher
  • 811
  • 3
  • 10
  • 19
  • Apparently this is planned for version 2.0. [Here](https://bugs.eclipse.org/bugs/show_bug.cgi?id=284972) is a bug report. – Baz Jul 30 '14 at 13:06
  • @Baz Thanks. That makes things difficult. Do you know of any other framework like zest where such connections would be possible? – Asher Jul 30 '14 at 13:28
  • Well, apparently Draw2d itself it able to do it, but then you'll loose the layout. I suppose GEF can do it (not entirely sure), but that's a huge framework, that I have never worked with. – Baz Jul 30 '14 at 13:31

0 Answers0