Java 概念图可视化有库吗?
我需要使用 Java 可视化概念图。我想知道是否有任何图书馆可以让我的工作变得更轻松?
有什么建议吗?
I need to visualize conceptual graph by using Java. and I'm wondering if there any library that i can use to make my work easier?
Any advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jgraph
AbuGraph
Prefuse 看来链接现在不起作用,请稍后再试。
JGraphT
其中一些库允许您更改节点的形状,您还可以添加图像而不是基本形状。对于概念图,我认为 prefuse 可以完成这项工作。
jgraph
AbuGraph
Prefuse it seems the link is not working now, try later.
JGraphT
Some of those libraries let you change the shape of the nodes, you can also add images instead of basic shapes. For the conceptual graph I think prefuse will do the job.
JGraphT是一个免费的 Java 图表提供数学图论对象和算法的库。 JGraphT 支持各种类型的图,包括:
上述图的所有组合。
http://jgrapht.sourceforge.net/
JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms. JGraphT supports various types of graphs including:
all compositions of above graphs.
http://jgrapht.sourceforge.net/