Class DoubleArrayLineChartDataPoints
java.lang.Object
org.teamapps.ux.component.timegraph.DoubleArrayLineChartDataPoints
- All Implemented Interfaces:
LineChartDataPoints
public class DoubleArrayLineChartDataPoints extends java.lang.Object implements LineChartDataPoints
-
Constructor Summary
Constructors Constructor Description DoubleArrayLineChartDataPoints(double[] x, double[] y) -
Method Summary
Modifier and Type Method Description LineChartDataPointgetDataPoint(int index)doublegetX(int index)doublegetY(int index)intsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.timegraph.LineChartDataPoints
streamDataPoints, streamX, streamY
-
Constructor Details
-
DoubleArrayLineChartDataPoints
public DoubleArrayLineChartDataPoints(double[] x, double[] y)
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceLineChartDataPoints
-
getX
public double getX(int index)- Specified by:
getXin interfaceLineChartDataPoints
-
getY
public double getY(int index)- Specified by:
getYin interfaceLineChartDataPoints
-
getDataPoint
- Specified by:
getDataPointin interfaceLineChartDataPoints
-