All Packages Class Hierarchy This Package Previous Next Index
Class utils.GUI.drawing.SetOfCurves
java.lang.Object
|
+----java.util.Vector
|
+----utils.GUI.drawing.SetOfCurves
- public class SetOfCurves
- extends Vector
-
SetOfCurves()
-
-
addPoint(int, int)
- add a new point to the current curve
-
draw(Graphics)
- draw all of the curves in the current color
-
getCurve(int)
-
-
newCurve()
- tell the SetOfCurves to start a new curve
SetOfCurves
public SetOfCurves()
newCurve
public void newCurve()
- tell the SetOfCurves to start a new curve
getCurve
public Curve getCurve(int i)
addPoint
public void addPoint(int x,
int y)
- add a new point to the current curve
draw
public void draw(Graphics g)
- draw all of the curves in the current color
All Packages Class Hierarchy This Package Previous Next Index