Uses of Interface
jcckit.plot.Curve

Packages that use Curve
jcckit.plot Classes for generating plots and charts. 
 

Uses of Curve in jcckit.plot
 

Classes in jcckit.plot that implement Curve
 class SimpleCurve
          A simple curve is the basic implementation of the Curve interface.
 

Methods in jcckit.plot that return Curve
 Curve CurveFactory.create(int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)
          Creates a new curve instance.
 Curve SimpleCurveFactory.create(int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)
          Creates an instance of SimpleCurve.