Uses of Interface
org.teamapps.ux.component.timegraph.datapoints.LineGraphData
-
Packages that use LineGraphData Package Description org.teamapps.ux.component.timegraph.datapoints org.teamapps.ux.component.timegraph.model org.teamapps.ux.component.timegraph.model.timestamps -
-
Uses of LineGraphData in org.teamapps.ux.component.timegraph.datapoints
Classes in org.teamapps.ux.component.timegraph.datapoints that implement LineGraphData Modifier and Type Class Description classListLineGraphDataMethods in org.teamapps.ux.component.timegraph.datapoints that return LineGraphData Modifier and Type Method Description LineGraphDataHoseGraphData. getLowerLineData()LineGraphDataHoseGraphData. getMiddleLineData()LineGraphDataHoseGraphData. getUpperLineData() -
Uses of LineGraphData in org.teamapps.ux.component.timegraph.model
Methods in org.teamapps.ux.component.timegraph.model that return LineGraphData Modifier and Type Method Description static LineGraphDataAggregatingLineGraphModel. getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)LineGraphDataAggregatingLineGraphModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededIntervalX, Interval displayedInterval)Methods in org.teamapps.ux.component.timegraph.model with parameters of type LineGraphData Modifier and Type Method Description static LineGraphDataAggregatingLineGraphModel. getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)voidAggregatingLineGraphModel. setGraphData(LineGraphData graphData)Constructors in org.teamapps.ux.component.timegraph.model with parameters of type LineGraphData Constructor Description AggregatingLineGraphModel(LineGraphData graphData, AggregationType aggregationType)Constructor parameters in org.teamapps.ux.component.timegraph.model with type arguments of type LineGraphData Constructor Description DelegatingHoseModel(GraphModel<LineGraphData> minModel, GraphModel<LineGraphData> maxModel)DelegatingHoseModel(GraphModel<LineGraphData> minModel, GraphModel<LineGraphData> avgModel, GraphModel<LineGraphData> maxModel) -
Uses of LineGraphData in org.teamapps.ux.component.timegraph.model.timestamps
Methods in org.teamapps.ux.component.timegraph.model.timestamps that return LineGraphData Modifier and Type Method Description LineGraphDataPartitioningTimestampsLineGraphModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededInterval, Interval displayedInterval)
-