Uses of Interface
org.teamapps.ux.component.timegraph.TimePartitioning
-
Packages that use TimePartitioning Package Description org.teamapps.ux.component.timegraph org.teamapps.ux.component.timegraph.model org.teamapps.ux.component.timegraph.model.timestamps -
-
Uses of TimePartitioning in org.teamapps.ux.component.timegraph
Classes in org.teamapps.ux.component.timegraph that implement TimePartitioning Modifier and Type Class Description classTimePartitioningUnitMethods in org.teamapps.ux.component.timegraph that return TimePartitioning Modifier and Type Method Description TimePartitioningZoomEventData. getTimePartitioning()Methods in org.teamapps.ux.component.timegraph that return types with arguments of type TimePartitioning Modifier and Type Method Description java.util.List<TimePartitioning>TimeGraph. getZoomLevels()Method parameters in org.teamapps.ux.component.timegraph with type arguments of type TimePartitioning Modifier and Type Method Description voidTimeGraph. setZoomLevels(java.util.List<TimePartitioning> zoomLevels)Constructors in org.teamapps.ux.component.timegraph with parameters of type TimePartitioning Constructor Description ZoomEventData(Interval intervalX, double millisecondsPerPixel, TimePartitioning timePartitioning) -
Uses of TimePartitioning in org.teamapps.ux.component.timegraph.model
Methods in org.teamapps.ux.component.timegraph.model with parameters of type TimePartitioning Modifier and Type Method Description static LineGraphDataAggregatingLineGraphModel. getAggregateDataPoints(LineGraphData dataPoints, TimePartitioning zoomLevel, Interval alignedInterval, AggregationType aggregationType, java.time.ZoneId timeZone, boolean addDataPointBeforeAndAfterQueryResult)LineGraphDataAggregatingLineGraphModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededIntervalX, Interval displayedInterval)HoseGraphDataDelegatingHoseModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededInterval, Interval displayedInterval)DGraphModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededInterval, Interval displayedInterval)Retrieves graph data (GraphData) for the specifiedzoomLeveland {cod@ neededInterval}. -
Uses of TimePartitioning in org.teamapps.ux.component.timegraph.model.timestamps
Methods in org.teamapps.ux.component.timegraph.model.timestamps with parameters of type TimePartitioning Modifier and Type Method Description LineGraphDataPartitioningTimestampsLineGraphModel. getData(TimePartitioning zoomLevel, java.time.ZoneId zoneId, Interval neededInterval, Interval displayedInterval)static java.util.List<org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartition>TimestampsPartitioner. partition(long startTime, long endTime, long[] eventTimeStamps, java.time.ZoneId zoneId, TimePartitioning partitionUnit, boolean returnEmptyPartitions)static java.util.List<org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartition>TimestampsPartitioner. partition(long startTime, long endTime, java.util.List<java.lang.Long> eventTimeStamps, java.time.ZoneId zoneId, TimePartitioning partitionUnit, boolean returnEmptyPartitions)
-