public class Data extends Object
Data(List<Double> x, List<Double> y, String label)
String
getLabel()
List<Double>
getXData()
getYData()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Data(List<Double> x, List<Double> y, String label)
x
y
label
public String toString()
toString
Object
public List<Double> getXData()
public List<Double> getYData()
public String getLabel()