Uses of Enum Class
org.teamapps.ux.component.timegraph.model.AggregationType
Packages that use AggregationType
-
Uses of AggregationType in org.teamapps.ux.component.timegraph.model
Subclasses with type arguments of type AggregationType in org.teamapps.ux.component.timegraph.modelMethods in org.teamapps.ux.component.timegraph.model that return AggregationTypeModifier and TypeMethodDescriptionstatic AggregationTypeReturns the enum constant of this class with the specified name.static AggregationType[]AggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.ux.component.timegraph.model with parameters of type AggregationTypeModifier and TypeMethodDescriptionstatic LineGraphDataAggregatingLineGraphModel.getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult) voidAggregatingLineGraphModel.setAggregationPolicy(AggregationType aggregationType) Constructors in org.teamapps.ux.component.timegraph.model with parameters of type AggregationTypeModifierConstructorDescriptionAggregatingLineGraphModel(LineGraphData graphData, AggregationType aggregationType)