Java 概念图可视化有库吗?

发布于 2024-08-26 03:26:29 字数 66 浏览 7 评论 0原文

我需要使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

So要识趣 2024-09-02 03:26:29

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.

江湖正好 2024-09-02 03:26:29

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:

  • directed and undirected graphs.
  • graphs with weighted / unweighted / labeled or any user-defined edges.
  • various edge multiplicity options, including: simple-graphs, multigraphs, pseudographs.
  • unmodifiable graphs - allow modules to provide "read-only" access to internal graphs.
  • listenable graphs - allow external listeners to track modification events.
  • subgraphs graphs that are auto-updating subgraph views on other graphs.
  • all compositions of above graphs.

    http://jgrapht.sourceforge.net/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文