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.


Return to index.