From: Joris K. <de...@gm...> - 2013-10-11 04:00:14
|
Hi Troy, I'm not sure whether I understand your question entirely correct. JgraphT is a package which mainly focusses on graph algorithms. It contains some basic graph visualization support. See for an example: http://jgrapht.org/visualizations.html JgraphX is a different library. Its main focus is on graph visualization. See for example the 'Hello world' example of jgraphx: https://github.com/jgraph/jgraphx/blob/master/examples/com/mxgraph/examples/swing/HelloWorld.java You can choose which package you want to use for the visualization. I personally prefer to use JgraphT for the algorithms, and to use JgraphX for the visualization. An added benefit for JgraphX is the support for a number of listeners and layout managers. br, Joris On Thu, Oct 10, 2013 at 6:33 PM, Daniels, Troy (US SSA) < tro...@ba...> wrote: > 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 > > |