JUNG 中重叠的顶点标签

发布于 2024-11-07 18:56:20 字数 131 浏览 3 评论 0原文

首先,我是JUNG的新手。我试图使用 TreeLayout 在 JUNG 中可视化树,但我总是面临顶点标签重叠的问题。当节点和路径数量很多时更是如此。关于如何防止这种重叠有什么想法吗?

我知道顶点标签渲染器,但我对此也没有深入了解。

First of all, I am new to JUNG. I am trying to visualize trees in JUNG using the TreeLayout, but I am always faced with the issue of overlapping vertex labels. More so when the number of nodes and paths are many. Any ideas as to how to go about preventing such an overlap ?

I am aware of the vertex label renderer, but I did not get far with this either.

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

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

发布评论

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

评论(1

我最亲爱的 2024-11-14 18:56:20

这里有几个选项:

(1) 增加 distx(相邻树叶之间的距离)。这是一个可选的构造函数参数。

(2) 使用 Transformer 来渲染标签,该标签使用标签的子字符串或缩短的表示形式。然后单独设置悬停文本以显示整个标签。

Here are a couple of options:

(1) Increase distx (the distance between adjacent tree leaves). This is an optional constructor argument.

(2) Use a Transformer for the rendered label that uses a substring of the label, or a shortened representation. Then separately set hover text to show the entire label.

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