We are searching for graph drawing tool which will take gimple

Hi,

I am doing project at IIT Bombay on compiler optimization .

We are searching for graph drawing tool which will take gimple

or cfg (three address code ) as input and should present basic

blocks(as nodes cotainig code) in program.Graph should be :

*clickable

*each node should b zoomable

*program may contain variable number of vertices and edges so

dynamic parameter passing to vertices or edge drawing function.

Some additional requirements regarding tool:

*tool should be supported on linux

*preferably it should be in java

We have tried for vcg,graphviz,jgraph already .Let us know any

other tool for graph drawing.

Thank you.

[728 byte] By [resa] at [2007-11-26 13:41:31]
# 1
Hi,Have you found a way of doing what you want? If so please post here because I need to do something similar (plot lots of dots on a canvas and make each of them clickable). I have done this in Perl/Tk and it works quite nicely but need to do it in Java for
kershella at 2007-7-7 22:39:52 > top of Java-index,Desktop,Core GUI APIs...