[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.gef] Re: How to draw a curve connection using Zest?

Eclipse User wrote on Wed, 15 July 2009 11:27
Originally posted by: chenruis.gmail.com

I want to visualize a graph with Graphviz's layout using Zest. By executing dot.exe -Tdot sample.dot, we can get the dot layout result which is also a dot file, but with extra position information. The problem is the edges in graphviz are generally curves and have several bend poiners. But I didn't find how to achieve this goal by using Zest. I notice that there are some method named setBendPointer() in Zest, but I don't know how to use it. Is there anyone who know the answer?

thank you!


The bendpoint stuff is currently not implemented in Zest.  You can set curve depth, but this will just draw a curved arc, it may not be what you want.