Uses of Class
jcckit.plot.Legend

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

Uses of Legend in jcckit.plot
 

Methods in jcckit.plot with parameters of type Legend
 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.
 

Constructors in jcckit.plot with parameters of type Legend
SimpleCurve(ConfigParameters config, int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)
          Creates a new curve.