Uses of Class
data.Curve

Packages that use Curve
data   
gui   
system   
 

Uses of Curve in data
 

Methods in data that return Curve
 Curve Shape.getCurve(int index)
          Returns the Curve at index.
 

Methods in data with parameters of type Curve
 void Shape.addCurve(Curve curve)
          Adds the given Curve to this Shape.
 

Uses of Curve in gui
 

Methods in gui with parameters of type Curve
protected  void CurvedCanvas.drawCurve(Graphics g, Curve curve, Point origin, double multiplier)
          Draws the given curve on the given graphics context.
 

Uses of Curve in system
 

Methods in system that return Curve
protected  Curve CurveReader.convertToCurve(kirk.io.sdl.SDLElement sdlelement)
          Converts the given SDLElement into a Curve, providing it represents one (it has to have "curve" as name, and be an SDL normal element).