net.grelf.grip
Class MeasurementCurve
java.lang.Object
net.grelf.grip.MeasurementCurve
public class MeasurementCurve
- extends java.lang.Object
Storage for an array of y values, to enable an array of such arrays to be handled in a simple risk-free way.
|
Constructor Summary |
MeasurementCurve(double[] y,
java.lang.String label)
|
MeasurementCurve(java.util.List<java.lang.Double> y,
java.lang.String label)
Alternative constructor, from a List of Double objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasurementCurve
public MeasurementCurve(double[] y,
java.lang.String label)
MeasurementCurve
public MeasurementCurve(java.util.List<java.lang.Double> y,
java.lang.String label)
- Alternative constructor, from a List of Double objects.
getLabel
public java.lang.String getLabel()
size
public int size()
get
public double get(int i)