how to draw directed edges with "IGraphContentProvider"?
Posted
by syeed
on Stack Overflow
See other posts from Stack Overflow
or by syeed
Published on 2010-06-18T08:16:45Z
Indexed on
2010/06/18
8:23 UTC
Read the original article
Hit count: 142
eclipse-rcp
Hi, I am using ZEST and RCP to build a graph visalization tool. I used "IGraphContentProvider" and the "LabelProvider" for drawing the grpah.
My question is: how can I draw a directed edge between two nodes using IGraphContentProvider?
Thanks in advance
-syeed
© Stack Overflow or respective owner