Uses of Interface
jcckit.plot.Curve
-
Packages that use Curve Package Description jcckit.plot -
-
Uses of Curve in jcckit.plot
Classes in jcckit.plot that implement Curve Modifier and Type Class Description classSimpleCurveA simple curve is the basic implementation of theCurveinterface.Methods in jcckit.plot that return Curve Modifier and Type Method Description CurveCurveFactory. create(int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)Creates a new curve instance.CurveSimpleCurveFactory. create(int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)Creates an instance ofSimpleCurve.
-