Uses of Interface
org.teamapps.ux.component.timegraph.LineChartDataPoints
-
Packages that use LineChartDataPoints Package Description org.teamapps.ux.component.timegraph org.teamapps.ux.component.timegraph.partitioning -
-
Uses of LineChartDataPoints in org.teamapps.ux.component.timegraph
Classes in org.teamapps.ux.component.timegraph that implement LineChartDataPoints Modifier and Type Class Description classDoubleArrayLineChartDataPointsclassListLineChartDataPointsMethods in org.teamapps.ux.component.timegraph that return LineChartDataPoints Modifier and Type Method Description static LineChartDataPointsAggregatingTimeGraphModel. getAggregateDataPoints(LineChartDataPoints dataPoints, TimePartitionUnit zoomLevel, Interval interval, AggregatingTimeGraphModel.AggregationPolicy aggregationPolicy, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)protected abstract LineChartDataPointsAbstractTimeGraphModel. getDataPoints(java.lang.String dataSeriesId, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)protected LineChartDataPointsAggregatingTimeGraphModel. getDataPoints(java.lang.String dataSeriesId, TimeGraphZoomLevel partitionUnit, Interval interval)Methods in org.teamapps.ux.component.timegraph that return types with arguments of type LineChartDataPoints Modifier and Type Method Description java.util.Map<java.lang.String,LineChartDataPoints>AbstractTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)java.util.Map<java.lang.String,LineChartDataPoints>CompositeTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> lineIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)java.util.Map<java.lang.String,LineChartDataPoints>TimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)Methods in org.teamapps.ux.component.timegraph with parameters of type LineChartDataPoints Modifier and Type Method Description static LineChartDataPointsAggregatingTimeGraphModel. getAggregateDataPoints(LineChartDataPoints dataPoints, TimePartitionUnit zoomLevel, Interval interval, AggregatingTimeGraphModel.AggregationPolicy aggregationPolicy, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)voidAggregatingTimeGraphModel. setDataPoints(java.lang.String dataSeriesId, LineChartDataPoints dataPoints)Method parameters in org.teamapps.ux.component.timegraph with type arguments of type LineChartDataPoints Modifier and Type Method Description voidAggregatingTimeGraphModel. setDataPointsByDataSeriesId(java.util.Map<java.lang.String,LineChartDataPoints> dataPointsByDataSeriesId) -
Uses of LineChartDataPoints in org.teamapps.ux.component.timegraph.partitioning
Methods in org.teamapps.ux.component.timegraph.partitioning that return types with arguments of type LineChartDataPoints Modifier and Type Method Description java.util.Map<java.lang.String,LineChartDataPoints>PartitioningTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)
-