java编程的一些Applets例子。值得深入研究一下。

源代码在线查看: mdc.html

软件大小: 1080 K
上传用户: liuhai
关键词: Applets java 编程
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				   curves.html
				   
				
				
				
				Curves
				
				
				
				
				
				Applet name: Curves 
				Applet Source: Curve.java 
				Import(s): java.awt, java.applet, java.util 
				Feature(s): image, GUI, mouse 
				Author: Michael Heinrichs
				
				Usage Guide:
				
				This applet allows the user to specify control points to be used for
				plotting curves. Three curve types are supported: Hermite, Bezier, and
				B-Spline. The user can add, delete and move control points. This applet
				was inspired by the DrawTest demo applet included in the 1.0 beta Java
				Developer's Kit from Sun Microsystems. If you are interested in the algorithms
				used to display the curves, please see the book: "Computer Graphics.
				Principles and Practice" by Foley, VanDam, Feiner, and Hughes. 
				
				
				
				
				
				
							

相关资源