I need a java graph library for visualization that I can incorporate in my own application. I found that jgraph is excellent for visualization but require explicit positioning of the nodes. Is there any open source java graph library that support automatic layout. Any suggestion will be really helpful for me.
解决方案
There are numerous packages to do that.
If you are used to graphviz, then you may like Grappa, which is a sort of graphviz library for java (though not as complete as the original).
jung is also quite good, providing various layout engines.
Another tool of interest to build nice graph visualizations and animations is prefuse. It it very flexible, and can lead to very good looking visualizations, with complex layouts.
All of them are java libraries, and open source.
博主正在寻找一个适用于Java的图形库,用于在自己的应用程序中实现图形可视化。他们发现jGraph虽然出色,但需要手动节点定位。因此,他们询问是否有开源的Java图形库支持自动布局。文中提到了Grappa,它类似Graphviz但不那么全面,还推荐了jung,它提供了多种布局引擎,以及prefuse,一个用于创建精美图形可视化和动画的灵活工具。所有这些库都是Java的开源解决方案。
3205

被折叠的 条评论
为什么被折叠?



