搜索资源列表
JAVA图形源程序
- 特别适用于JAVA初学者的源代码,都是标准算法-particularly applicable to beginners of Java source code, is a standard algorithm
MiniDrawPad
- 一个java做的画图小程序,可以画直线,椭圆,圆,长方形,还可以选择画笔的粗细,画笔的颜色,可以保存图形。-do a small drawing procedure could draw straight, oval, round, rectangular, and can also choose the size of the brush, brush the color and graphics can be preserved.
graphatom
- 以前编的Java小程序, 关于Atom, 挺简单,但用到了一些基本的图形操作, 希望对大家有所帮助。-previous series of the Java programs on the Atom, quite simple, but uses some basic graphics operation, we hope to help.
painting
- 用Java实现的绘图程序,给出了基本的画图元素如圆,方形,直线等,实现了画图的基本功能,从而可以画出复杂的图形
Palette_CS_beta3
- 1)java图形用户界面Swing设计工具的使用 2)数据结构的设计与Java实现 3)Java绘图接口Java2D的使用 4)建立在Java Socket上的服务器与客户端的通信技术 5)多线程编程技术 6)多服务器协同技术
bresenhamLine
- Java图形设计中,利用Bresenham算法实现直线线型,线宽的控制(NO 2D GRAPHICS)
pb
- JAVA画图板程序源码。 比较完善。图形学上机用。
JfreeChart-study
- jfreechart是java中统计的图形(包括饼图片,柱形图等),文档中为开发中使用的总结,解决包括一个显示中文问题,和显示百分比问题等。
SwingExamples.rar
- java 图形界面 swing 例程 简单 易懂 希望对你们有帮助,java GUI easy swing routine you want to help
LineCut
- java 实现的图形学的直线裁剪算法,运用窗口裁剪-java implementation of the graphics line clipping algorithm
javacircle1
- 计算机图形学 java描述画圆的三种算法-Computer graphics java describe the Circle of the three kinds of algorithms
J2meLibrary
- android下重载的j2me图形库 j2me转android的用户可能需要!-j2me graphic lib for android
PrintLine
- 用java编写的画线程序,是计算机图形学的内容-Prepared by drawing a line java program is the content of computer graphics
shape
- /*做一个抽象的shape类 有一个可计算面积的抽象方法 1.做矩形和圆形两个类继承shape类 各自计算面积 2.根据两种图形的面积求法各自设置成员变量 3.设置图形类 包含图形名字和一个shape类型的成员 变量 并含一个方法 实现shape类成员的面积操作 4.做一测试类 分别根据不同的shape类对象实现多态*/-/* Do an abstract shape class has a way to calculate the size of an abst
image-conversion-CAD
- 图片转CAD格式软件:主要功能是将光栅图像中的单线和多条线转换成相应的矢量图形。此程序可转换扫描的地质图或者工程绘图。转换后的矢量图形可用于 AutoCAD 和 IntelliCAD 等 . 授权码在:http://www.china1000.tk/Soft/Show.asp?id=12 -Image to CAD format for software: the main function is the single raster image and the corresponding
casteljau
- 一个简单的java图形学小例子,用迭代的方法实现Bezier曲线-A simple java graphics small example, an iterative method with Bezier curves
java
- java 的图形界面,有基本的绘图功能,画圆,方,线,写字,背景色改变,图形填充,等功能。-java graphical interface, basic drawing functions, changes in the circle, square, line, writing, background color, graphics fill, and other functions.
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)