Class ListLineGraphData
java.lang.Object
org.teamapps.ux.component.timegraph.datapoints.ListLineGraphData
- All Implemented Interfaces:
GraphData,LineGraphData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataPoint(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.datapoints.LineGraphData
streamDataPoints, streamX, streamY, toUiGraphData
-
Constructor Details
-
ListLineGraphData
-
-
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
-