Uses of Interface
org.teamapps.ux.component.timegraph.datapoints.LineGraphData
Packages that use LineGraphData
Package
Description
-
Uses of LineGraphData in org.teamapps.ux.component.timegraph.datapoints
Classes in org.teamapps.ux.component.timegraph.datapoints that implement LineGraphDataMethods in org.teamapps.ux.component.timegraph.datapoints that return LineGraphDataModifier and TypeMethodDescriptionHoseGraphData.getLowerLineData()HoseGraphData.getMiddleLineData()HoseGraphData.getUpperLineData() -
Uses of LineGraphData in org.teamapps.ux.component.timegraph.graph
Subclasses with type arguments of type LineGraphData in org.teamapps.ux.component.timegraph.graph -
Uses of LineGraphData in org.teamapps.ux.component.timegraph.model
Subclasses with type arguments of type LineGraphData in org.teamapps.ux.component.timegraph.modelSubinterfaces with type arguments of type LineGraphData in org.teamapps.ux.component.timegraph.modelMethods in org.teamapps.ux.component.timegraph.model that return LineGraphDataModifier and TypeMethodDescriptionstatic LineGraphDataAggregatingLineGraphModel.getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult) AggregatingLineGraphModel.getData(TimePartitioning zoomLevel, ZoneId zoneId, Interval neededIntervalX, Interval displayedInterval) Methods in org.teamapps.ux.component.timegraph.model with parameters of type LineGraphDataModifier and TypeMethodDescriptionstatic LineGraphDataAggregatingLineGraphModel.getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult) voidAggregatingLineGraphModel.setGraphData(LineGraphData graphData) Constructors in org.teamapps.ux.component.timegraph.model with parameters of type LineGraphDataModifierConstructorDescriptionAggregatingLineGraphModel(LineGraphData graphData, AggregationType aggregationType) Constructor parameters in org.teamapps.ux.component.timegraph.model with type arguments of type LineGraphDataModifierConstructorDescriptionDelegatingHoseModel(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 LineGraphDataModifier and TypeMethodDescriptionPartitioningTimestampsLineGraphModel.getData(TimePartitioning zoomLevel, ZoneId zoneId, Interval neededInterval, Interval displayedInterval)