Re: [jgrapht-users] JGraph documentation?
Brought to you by:
barak_naveh,
perfecthash
From: Sebastian M. <woo...@gm...> - 2013-10-11 10:18:53
|
Hi Troy, I wonder if the jgraph.jar is only there to enable saving your JGraphT graph in JGraph(X) format. I don't think it's possible to visualize your graph directly from JGraphT, but you can certainly use the JGraphModelAdapter to save your graph and then open it with JGraphX. Other than that, I recommend JUNG: http://jung.sourceforge.net/. It's not as polished as JGraphX, but powerful nonetheless. Save your graph in .dot format and load it into your JUNG program. I have some code snippets for that at work, if you need help with that. Sebastian Am 11.10.2013 00:33, schrieb Daniels, Troy (US SSA): > > Hello, > > I am trying to use JGraphT and JGraph to display some graphs. I found > jgraph.jar in the jgrapht distribution, but I am having trouble > finding information about jgraph on the web. http://jgraph.org appears > to have two products: mxGraph and JGraphX, neither of which > corresponds to the jar in the JgraphT distribution. > > Is this somewhere obvious, or did JGraph move on to a new format and > JGraphT is associated with an abandoned project? If there is another > way to visualize the graphs, I am happy to move to that, but I don't > see any other adapters in the documentation. > > Troy > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk > > > _______________________________________________ > jgrapht-users mailing list > jgr...@li... > https://lists.sourceforge.net/lists/listinfo/jgrapht-users |