GraphViz 的纯 Java 重新实现?

发布于 2024-07-15 08:59:31 字数 1542 浏览 12 评论 0原文

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

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

发布评论

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

评论(6

阪姬 2024-07-22 08:59:31

你可以看看 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.

彩扇题诗 2024-07-22 08:59:31

有趣的是,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

二智少女猫性小仙女 2024-07-22 08:59:31

你可以看看 JGraph 虽然我从未使用过它,所以现在无法评论它与 GraphViz 的比较。

You could look at JGraph though I have never used it so cannot comment on now it compares to GraphViz.

野鹿林 2024-07-22 08:59:31

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).

烟沫凡尘 2024-07-22 08:59:31

我想 ZGRViewer 就是你想要的。 我真的很喜欢 ZGRViewer 和 AJaPaD。

I guess ZGRViewer is what you want. I really like ZGRViewer and AJaPaD.

天荒地未老 2024-07-22 08:59:31

大约四年前,我与 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.

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