Interface IncidentGraphData
- All Superinterfaces:
GraphData
public interface IncidentGraphData extends GraphData
-
Method Summary
Modifier and Type Method Description IncidentGraphDataPointgetDataPoint(int index)intsize()default java.util.stream.Stream<IncidentGraphDataPoint>streamDataPoints()default org.teamapps.dto.UiGraphDatatoUiGraphData()Methods inherited from interface org.teamapps.ux.component.timegraph.datapoints.GraphData
getInterval
-
Method Details
-
size
int size() -
getDataPoint
-
streamDataPoints
-
toUiGraphData
default org.teamapps.dto.UiGraphData toUiGraphData()- Specified by:
toUiGraphDatain interfaceGraphData
-