Uses of Class
jcckit.plot.Legend
-
Packages that use Legend Package Description jcckit.plot -
-
Uses of Legend in jcckit.plot
Methods in jcckit.plot with parameters of type Legend 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
.Constructors in jcckit.plot with parameters of type Legend Constructor Description SimpleCurve(ConfigParameters config, int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)
Creates a new curve.
-