Java 中的强制导向布局实现

发布于 2024-08-31 13:54:00 字数 54 浏览 8 评论 0原文

我一直在寻找力导向图布局算法的 Java 实现,但到目前为止还没有结果。任何帮助将不胜感激:)

I've been looking around for a Java implementation of the force-directed graph layout algorithm but got no fruits so far. Any help will be appreciated :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

吃兔兔 2024-09-07 13:54:00

Jung:

http://jung.sourceforge.net/index.html

..已经存在了有一段时间了,并且有很多布局算法。

您还可以在 http://gephi.org/ 查看 Gephi - 它是一个应用程序,而不是一个库,但它是开源Java。

这里还有Processing(一种Java超级语言)和物理库:http: //www.cs.princeton.edu/~traer/physicals/random_arboretum/index.html(在框中多次单击以创建图表)。

Jung:

http://jung.sourceforge.net/index.html

.. has been around for a while, and has many layout algorithms.

You might also check out Gephi at http://gephi.org/ - it's an application, not a lib, but it's open source Java.

There's also Processing (a Java superlanguage) and the physics lib here: http://www.cs.princeton.edu/~traer/physics/random_arboretum/index.html (click in the box a bunch of times to create the graph).

黯然 2024-09-07 13:54:00

我的搜索得到了四个密切相关的结果;我不知道您需要它做什么,但希望至少其中之一会有所帮助:

My searching brought up four closely-related results; I don't know what you need it for, but hopefully at least one of them will be helpful:

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