how to draw directed edges with "IGraphContentProvider"?
- by syeed
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