Interface IncidentGraphData
-
Method Summary
Modifier and TypeMethodDescriptiongetDataPoint(int index) intsize()default Stream<IncidentGraphDataPoint> default UiGraphDataMethods inherited from interface org.teamapps.ux.component.timegraph.datapoints.GraphData
getInterval
-
Method Details
-
size
int size() -
getDataPoint
-
streamDataPoints
-
toUiGraphData
- Specified by:
toUiGraphDatain interfaceGraphData
-