We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
你可以看看 JUNG (Java Universal Network/Graph Framework),它具有可视化和分析功能。 它是开源的。
You can have a look at JUNG (Java Universal Network/Graph Framework) which has visualization and analytics functions. It's open source.
有趣的是,Eclipse 项目有一个 SWT/JFace 组件/框架,能够以纯 Java 形式显示和生成(导入/导出)Graphviz 的“DOT”格式:
ZEST(主页和下载链接)
请参阅 http://wiki .eclipse.org/Graphviz_DOT_as_a_DSL_for_Zest 了解使用示例。
尽管 ZEST 被宣传为 Eclipse 插件,但 DOT 操作 API 似乎可以独立使用并在 Eclipse 安装外部使用。
澄清一下,DOT 功能是 ZEST 2 功能的一部分,它本身是一个子组件GEF4 项目。
Cheers
Rich
更新(2017 年 5 月) https://github.com/nidi3/ graphviz-java
Interestingly, the Eclipse project has an SWT/JFace component/framework capable of displaying and generating (import/export) Graphviz's 'DOT' format, in pure Java:
ZEST (home page & download links)
See http://wiki.eclipse.org/Graphviz_DOT_as_a_DSL_for_Zest for usage examples.
Although ZEST is touted as an Eclipse plugin, it does seem that the DOT-manipulation API's can be used standalone and external to an Eclipse installation.
To clarify, the DOT functionality is a part of the ZEST 2 functionality, which itself is a sub-component of the GEF4 project.
Cheers
Rich
Update (May 2017) https://github.com/nidi3/graphviz-java
你可以看看 JGraph 虽然我从未使用过它,所以现在无法评论它与 GraphViz 的比较。
You could look at JGraph though I have never used it so cannot comment on now it compares to GraphViz.
yFiles 似乎提供了这一切,但它不是免费的,也不是很便宜。 但话又说回来,它似乎是一个非常专业的产品(没有使用过它,除了 yEd,可以免费使用)。
yFiles seems to provide all this, but it's not free and not really cheap either. But then again it seems to be a very professional product (haven't used it, except in yEd, which can be used for free).
我想 ZGRViewer 就是你想要的。 我真的很喜欢 ZGRViewer 和 AJaPaD。
I guess ZGRViewer is what you want. I really like ZGRViewer and AJaPaD.
大约四年前,我与 yFiles 合作,非常棒。 它的成本很高(虽然显然比 JGraph 便宜),但我在 CS 研究实验室工作,并且可以享受他们慷慨的学术定价。
I worked with yFiles about four years ago, and it was excellent. It's costly (though less than JGraph, apparently) but I work in a CS research lab and had access to their generous academic pricing.