Uses of Class
org.teamapps.ux.component.timegraph.partitioning.TimePartitionUnit
-
Packages that use TimePartitionUnit Package Description org.teamapps.ux.component.timegraph org.teamapps.ux.component.timegraph.partitioning -
-
Uses of TimePartitionUnit in org.teamapps.ux.component.timegraph
Methods in org.teamapps.ux.component.timegraph with parameters of type TimePartitionUnit Modifier and Type Method Description static LineChartDataPointsAggregatingTimeGraphModel. getAggregateDataPoints(LineChartDataPoints dataPoints, TimePartitionUnit zoomLevel, Interval interval, AggregatingTimeGraphModel.AggregationPolicy aggregationPolicy, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)Method parameters in org.teamapps.ux.component.timegraph with type arguments of type TimePartitionUnit Modifier and Type Method Description voidAggregatingTimeGraphModel. setZoomLevels(java.util.List<TimePartitionUnit> zoomLevels)Constructor parameters in org.teamapps.ux.component.timegraph with type arguments of type TimePartitionUnit Constructor Description AggregatingTimeGraphModel(java.time.ZoneId timeZone, java.util.List<TimePartitionUnit> zoomLevels) -
Uses of TimePartitionUnit in org.teamapps.ux.component.timegraph.partitioning
Methods in org.teamapps.ux.component.timegraph.partitioning that return TimePartitionUnit Modifier and Type Method Description static TimePartitionUnitTimePartitionUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimePartitionUnit[]TimePartitionUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.timegraph.partitioning with parameters of type TimePartitionUnit Modifier and Type Method Description static java.util.List<TimedDataPartition>TimedDataPartitioner. partition(long startTime, long endTime, long[] eventTimeStamps, java.time.ZoneId zoneId, TimePartitionUnit partitionUnit, boolean returnEmptyPartitions)static java.util.List<TimedDataPartition>TimedDataPartitioner. partition(long startTime, long endTime, java.util.List<java.lang.Long> eventTimeStamps, java.time.ZoneId zoneId, TimePartitionUnit partitionUnit, boolean returnEmptyPartitions)Method parameters in org.teamapps.ux.component.timegraph.partitioning with type arguments of type TimePartitionUnit Modifier and Type Method Description voidPartitioningTimeGraphModel. setZoomLevelPartitionUnits(java.util.List<TimePartitionUnit> zoomLevelPartitionUnits)
-