如何通过Java中的PREFUSE可视化工具包显示带标签的矩形节点?

发布于 2024-08-22 00:56:44 字数 245 浏览 3 评论 0原文

我可以借助以下任一工具渲染节点:

  1. LabelRenderer (显示节点的文本内容)

  1. ShapeRenderer (显示节点的形状)

我想要两者的混合,意味着形状应该用 tthe 显示其上的文字(标签)。

我该怎么办呢。我尝试将两个渲染器(标签和形状渲染器)添加到可视化中,但它不起作用。

非常感谢提前

I can render a node with the help of either:

  1. LabelRenderer (that shows the text content of the node)

or

  1. ShapeRenderer (that shows the shape of the node)

I want a mix-up of both, means the shape should be displayed with tthe text (label) on it.

How can I do this. I tried to add both renderers (label and shape renderers) to the visualization but it didn't work.

A lot of thanks in advance

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

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

发布评论

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

评论(1

又爬满兰若 2024-08-29 00:56:44

为此,您需要装饰器。

You need Decorators for this purpose.

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