搜索资源列表
GraphicEditor
- 看见不少人自己封装java的底层图形api来实现一些绘制功能,效率不高。介绍一个绘图的库 piccolo2d http://www.piccolo2d.org/ 有很多功能,主要使用的是可以缩放所绘制的物体,拣选所绘制的物体,用线将所绘制的物体连接起来等等。 压缩包内有两个文件,一个是eclipse下的项目 一个是生成的可执行jar。 使用方法:加入项目文件中的piccolo-1.2.1目录下的build目录下的两个类库piccolo.jar和piccolox.jar
GoogleMapsAPI_OfflineDebugPack
- GOOGLE MAP API 离线版本,可以自己开发WEBMAP-GOOGLE MAP API offline version, you can own development WEBMAP
capi
- Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
javacodedemodrawing
- 用JAVA编写的绘图程序,使用JAVA 2D API JDK版本 1.4.x 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和复制功能和删除功能,并提供快捷方式 单个组件支持右键菜单,其中包括设置组件名称功能 在担任dramflow.xml中设置相关属性 连线规则: 直线的
capi1.01
- BSpline 及各种曲线Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Splin
