Class ListLineGraphData
java.lang.Object
org.teamapps.ux.component.timegraph.datapoints.ListLineGraphData
- All Implemented Interfaces:
GraphData,LineGraphData
public class ListLineGraphData extends java.lang.Object implements LineGraphData
-
Constructor Summary
Constructors Constructor Description ListLineGraphData(java.util.List<LineGraphDataPoint> dataPoints, Interval interval) -
Method Summary
Modifier and Type Method Description LineGraphDataPointgetDataPoint(int index)IntervalgetInterval()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.datapoints.LineGraphData
streamDataPoints, streamX, streamY, toUiGraphData
-
Constructor Details
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceLineGraphData
-
getX
public double getX(int index)- Specified by:
getXin interfaceLineGraphData
-
getY
public double getY(int index)- Specified by:
getYin interfaceLineGraphData
-
getDataPoint
- Specified by:
getDataPointin interfaceLineGraphData
-
getInterval
- Specified by:
getIntervalin interfaceGraphData
-