Uses of Class
org.teamapps.ux.component.timegraph.model.AggregationType
-
Packages that use AggregationType Package Description org.teamapps.ux.component.timegraph.model -
-
Uses of AggregationType in org.teamapps.ux.component.timegraph.model
Methods in org.teamapps.ux.component.timegraph.model that return AggregationType Modifier and Type Method Description static AggregationTypeAggregationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AggregationType[]AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.timegraph.model with parameters of type AggregationType Modifier and Type Method Description static LineGraphDataAggregatingLineGraphModel. getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)voidAggregatingLineGraphModel. setAggregationPolicy(AggregationType aggregationType)Constructors in org.teamapps.ux.component.timegraph.model with parameters of type AggregationType Constructor Description AggregatingLineGraphModel(LineGraphData graphData, AggregationType aggregationType)
-