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 class
SimpleCurve
A simple curve is the basic implementation of theCurve
interface.Methods in jcckit.plot that return Curve Modifier and Type Method Description 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 ofSimpleCurve
.
-