简体   繁体   English

Java中的强制定向布局实现

[英]Force-directed layout implementation in Java

I've been looking around for a Java implementation of the force-directed graph layout algorithm but got no fruits so far. 我一直在寻找力导向图布局算法的Java实现,但到目前为止还没有结果。 Any help will be appreciated :) 任何帮助将不胜感激 :)

Jung: 荣格:

http://jung.sourceforge.net/index.html 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. 您也可以在http://gephi.org/上查看Gephi - 它是一个应用程序,而不是一个lib,但它是开源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). 这里还有Processing(Java超语言)和物理库: http//www.cs.princeton.edu/~traer/physics/random_arboretum/index.html (在框中点击多次创建图表) 。

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: 我不知道你需要它,但希望其中至少有一个会有所帮助:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM