Search code examples
javagraphopen-sourcedata-visualization

Looking for an open source visualization library that will allow dynamic changes to the graph/tree in Java?


I'm looking for a library that will allow me to construct a Tree and dynamically generate the branches/leaves of this tree at run time based on which branch the user selects.

Basically, it's similar to this prefuse example: http://prefuse.org/gallery/treeview/ except that the data isn't predifined in a an XML file. Rather the data is generated behind the scenes in my code based on the user's selection.

Is there such a library for this task?


Solution

  • Have a look at yFiles, JGraph, JGraphT or the alternatives on this list.