搜索资源列表
GraphicEditor
- 看见不少人自己封装java的底层图形api来实现一些绘制功能,效率不高。介绍一个绘图的库 piccolo2d http://www.piccolo2d.org/ 有很多功能,主要使用的是可以缩放所绘制的物体,拣选所绘制的物体,用线将所绘制的物体连接起来等等。 压缩包内有两个文件,一个是eclipse下的项目 一个是生成的可执行jar。 使用方法:加入项目文件中的piccolo-1.2.1目录下的build目录下的两个类库piccolo.jar和piccolox.jar
jfreechart-1.0.13
- 用java绘制各种图表的开源程序,有柱状图,饼状图-Draw a variety of charts with the java open source, there are histograms, pie charts, etc.
src
- 利用Bresenham画圆法、中点画圆法以及椭圆生成算法在java界面绘制(Using the Bresenham circle method, the middle point drawing circle method and the ellipse generation algorithm to draw the java interface)
src
- 采用Sutherland-Hodeman多边形裁剪算法和Cohen-Sutherland直线裁减算法在java界面实现(The implementation of the Sutherland-Hodeman polygon clipping algorithm and the Cohen-Sutherland line reduction algorithm in the java interface)
