如何在 Eclipse 中显示 SVG?

发布于 2024-11-17 15:06:00 字数 111 浏览 3 评论 0原文

我是 Eclipse 新手,正在尝试在 Eclipse 程序中显示 SVG 文件。我已经下载了 Batik 插件并安装了它。这是我第一次使用插件,所以我什么都不知道。我想在单击按钮时显示 SVG 图片。谢谢。

I'm new to Eclipse and trying to display a SVG file in an Eclipse program. I have downloaded Batik plugin and installed it. This is my first time working with plugins so I don't know anything. I would like to display a SVG picture when I click on a button. Thanks.

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

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

发布评论

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

评论(2

我的奇迹 2024-11-24 15:06:00

一种可能的选择是使用嵌入式 SWT 浏览器打开视图/编辑器。现在许多浏览器都支持 SVG 内容,因此您可以在 HTML 文档中生成内联 SVG 并设置浏览器来显示它。请参阅http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet136.java?view=co 和其他 http://www.eclipse.org/swt/snippets/

One possible option is to open a view/editor with the embedded SWT browser. Many browsers now support SVG content, so you could generate inline SVG inside an HTML document and set the browser to display it. See http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet136.java?view=co and others at http://www.eclipse.org/swt/snippets/

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