Uses of Class
org.teamapps.ux.component.timegraph.partitioning.TimePartitionUnit
-
Packages that use TimePartitionUnit Package Description org.teamapps.ux.component.timegraph.partitioning -
-
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)
-