问题描述
我需要想象一个大的矢量图形。这是一条道路地图,道路只是线条。那有一个图书馆吗?如果该库支持放大/缩小并且易于扩展,那将是很好的。例如。实施道路选择或一些不错的鼠标悬停效果。许可证应允许在商业项目中使用。
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.
谢谢,菲利普
编辑:有没有理由没有使用Graphics2D或SWT Graphics? (该项目在SWT上,不涉及任何SVG。)
Is there a reason not to go with Graphics2D or SWT Graphics? (The project is on SWT and doesn't involve any SVGs.)
推荐答案
看看
另一个不错的选择是和
Another good alternatives are FreeHEP and VectorGraphics2D
这篇关于在Java中可视化矢量图形,哪个库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!