Re: [jgrapht-users] JGraph documentation?
Brought to you by:
barak_naveh,
perfecthash
From: Daniels, T. (US SSA) <tro...@ba...> - 2013-10-14 18:19:23
|
I was looking at JGraphAdapterDemo in org.jgrapht.demo. It creates a JGraphT object and then displays it via JGraph. The front page at http://jgrapht.org/ also says: Other features offered by JGraphT: * graph visualization using the JGraph library (try this demo!<http://jgrapht.org/visualizations.html>) So it seemed that JGraphT and JGraph were the default coupling for working with and displaying a graph. Is that not correct? Troy From: Joris Kinable [mailto:de...@gm...] Sent: Friday, October 11, 2013 12:00 AM To: Daniels, Troy (US SSA) Cc: jgr...@li... Subject: Re: [jgrapht-users] JGraph documentation? 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...<mailto: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...<mailto:jgr...@li...> https://lists.sourceforge.net/lists/listinfo/jgrapht-users |