public class MeasurementCurve
extends java.lang.Object
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
double |
get(int i) |
java.lang.String |
getLabel() |
int |
size() |