Class ListLineChartDataPoints
java.lang.Object
org.teamapps.ux.component.timegraph.ListLineChartDataPoints
- All Implemented Interfaces:
LineChartDataPoints
public class ListLineChartDataPoints extends java.lang.Object implements LineChartDataPoints
-
Constructor Summary
Constructors Constructor Description ListLineChartDataPoints(java.util.List<LineChartDataPoint> dataPoints) -
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
-
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
-