在 Java 中可视化矢量图形,哪个库?

发布于 2024-10-15 05:18:16 字数 191 浏览 1 评论 0原文

我需要可视化一个大的矢量图形。这是一张道路地图,道路只是线条。有图书馆吗?如果该库支持放大/缩小并且易于扩展,那就太好了。例如,实现道路选择或一些不错的鼠标悬停效果。许可证应允许在商业项目中使用。

谢谢,Philip

编辑:有理由不使用 Graphics2D 或 SWT Graphics 吗? (该项目基于SWT,不涉及任何SVG。)

I need to visualize a large vector graphic. It's a map of roads, the roads are just lines. Is there a library for that? It would be nice if that library had support for zoom-in/zoom-out and would be easy to extend. E.g. to implement selection of roads or some nice mouse-over effects. The licence should permit usage in a commercial project.

Thanks, Philip

Edit: Is there a reason not to go with Graphics2D or SWT Graphics? (The project is on SWT and doesn't involve any SVGs.)

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

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

发布评论

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

评论(2

梦忆晨望 2024-10-22 05:18:16

看看 Apache Batik

Batik 是一个基于 Java 的工具包
想要的应用程序或小程序
在可缩放向量中使用图像
各种图形 (SVG) 格式
目的,例如显示、生成
或操纵。另一种可能
就是利用Batik的模块来转换
SVG 转换为各种格式,例如光栅
图像(JPEG、PNG 或 TIFF)或其他
矢量格式(EPS 或 PDF,后者
两个由于提供的转码器
阿帕奇 FOP)。最新修订版
Batik 版本 1.7 符合
静态 SVG 实现和支持
交互性、链接和脚本
SVG 规范的特点。

另一个不错的选择是 FreeHEPVectorGraphics2D

Have a look at Apache Batik

Batik is a Java-based toolkit for
applications or applets that want to
use images in the Scalable Vector
Graphics (SVG) format for various
purposes, such as display, generation
or manipulation. Another possibility
is to use Batik’s modules to convert
SVG to various formats, such as raster
images (JPEG, PNG or TIFF) or other
vector formats (EPS or PDF, the latter
two due to the transcoders provided by
Apache FOP). The latest revision of
Batik, release 1.7, is a conformant
static SVG implementation and supports
interactivity, linking and scripting
features of the SVG specification.

Another good alternatives are FreeHEP and VectorGraphics2D

旧时光的容颜 2024-10-22 05:18:16

如果你谈论的是类似 SVG 的图形,我认为 Batik 就是这样。

If you're talking about SVG-like graphics, i think Batik is the way.

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