Uses of Class
org.teamapps.dto.UiLineGraphDataPoint
-
-
Uses of UiLineGraphDataPoint in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiLineGraphDataPoint Modifier and Type Field Description protected java.util.List<UiLineGraphDataPoint>UiLineGraphData. dataPointsMethods in org.teamapps.dto that return types with arguments of type UiLineGraphDataPoint Modifier and Type Method Description java.util.List<UiLineGraphDataPoint>UiLineGraphData. getDataPoints()Constructor parameters in org.teamapps.dto with type arguments of type UiLineGraphDataPoint Constructor Description UiLineGraphData(java.util.List<UiLineGraphDataPoint> dataPoints, UiLongInterval interval)
-