views:

8

answers:

0

Hi all,

I m developing an eclipse plug-in to display graphs (an editor for graphs) using GEF/Draw2d. To do layouting for these, i plan to send the details to graphviz and get layout information to position them in the editor.

I don't know how can record shapes be drawn in Draw2D, as it is not a fixed shape and can keep changing based on the different details. Does anybody have an idea of how to go about drawing record shapes in draw2d.

Also wanted to know how can the existing "view" of GEF be used to program it with the layout information obtained from graphviz.? Please let me know if any of you have an idea about this.