I'm using GraphViewer of Zest. I've also used content and label provider for it. The line or connection doesn't contain a arrow in one of it's end. How to change the style of the line? I'm following this tutorial: http://www.vogella.com/tutorials/EclipseZest/article.html
Asked
Active
Viewed 158 times
1 Answers
0
You just have to use style for graphconnection.
new MyGraphConnection(graph, ZestStyles.CONNECTIONS_DIRECTED, source, destination)

hungpq
- 33
- 4
-
Please add 4 spaces before the line of code to actually make it appear as code. Thanks. [reviewer] – Paul Stelian Jul 04 '16 at 20:10