Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] GraphViz and Eclipse


See the org.eclipse.draw2d.graph package for a graph layout algorithm based loosely on some of the functions of DOT.  Integrating with JDT or other model's is beyond GEF/draw2d.

-Randy



Vineet Sinha <vineet@xxxxxxxxxx>
Sent by: gef-dev-admin@xxxxxxxxxxx

07/13/2004 10:20 PM
Please respond to gef-dev

       
        To:        gef-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [gef-dev] GraphViz and Eclipse



I am working on a plugin which among other things it tries to do the
below. I should hopefully have a version for trying out by the end of
the month.

Vineet


Chris Morris wrote:

> Just subscribed to the list, don't know if this is the right place to
> ask, but I was wondering if anyone knows of anything that will graph (a
> la GraphViz's dot) the Java Call Hierarchy. I found myself manually
> piecing this together at work on a few occasions and over the weekend
> hacked up a new pop-up menu item for the Call Graph to copy the dot
> output to the clipboard. With a preferences page pointing to a local
> install of dot, I reckon I could have it output a .png file that might
> be displayed in an Eclipse window -- all of this underkill for even
> draw2d, I'd guess, much less GEF.
>
> Anyway, just thought I'd throw out a general query for feedback on this
> sort of visualization. I briefly looked over the UML2, EMF stuff, that
> seems a bit much for what I'm interested in. I just want some simple
> visualization of existing code.


_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/gef-dev


Back to the top