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

Constructor Index

 o SetOfCurves()

Method Index

 o addPoint(int, int)
add a new point to the current curve
 o draw(Graphics)
draw all of the curves in the current color
 o getCurve(int)
 o newCurve()
tell the SetOfCurves to start a new curve

Constructors

 o SetOfCurves
 public SetOfCurves()

Methods

 o newCurve
 public void newCurve()
tell the SetOfCurves to start a new curve

 o getCurve
 public Curve getCurve(int i)
 o addPoint
 public void addPoint(int x,
                      int y)
add a new point to the current curve

 o draw
 public void draw(Graphics g)
draw all of the curves in the current color


All Packages  Class Hierarchy  This Package  Previous  Next  Index