Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
首先,我是 JUNG 的新手。我正在尝试使用 TreeLayout 在 JUNG 中可视化树,但我总是面临顶点标签重叠的问题。当节点和路径的数量很多时更是如此。关于如何防止这种重叠的任何想法?
我知道顶点标签渲染器,但我也没有走得太远。
这里有几个选项:
(1)增加distx(相邻树叶之间的距离)。这是一个可选的构造函数参数。
(2) 对使用标签的子字符串或缩短表示的渲染标签使用 Transformer。然后单独设置悬停文本以显示整个标签。