Uses of Interface
org.teamapps.ux.component.timegraph.TimeGraphZoomLevel
| Package | Description |
|---|---|
| org.teamapps.ux.component.timegraph | |
| org.teamapps.ux.component.timegraph.partitioning |
-
Uses of TimeGraphZoomLevel in org.teamapps.ux.component.timegraph
Methods in org.teamapps.ux.component.timegraph that return types with arguments of type TimeGraphZoomLevel Modifier and Type Method Description java.util.List<? extends TimeGraphZoomLevel>AggregatingTimeGraphModel. getZoomLevels()java.util.List<TimeGraphZoomLevel>CompositeTimeGraphModel. getZoomLevels()java.util.List<? extends TimeGraphZoomLevel>TimeGraphModel. getZoomLevels()Methods in org.teamapps.ux.component.timegraph with parameters of type TimeGraphZoomLevel Modifier and Type Method Description protected abstract LineChartDataPointsAbstractTimeGraphModel. getDataPoints(java.lang.String dataSeriesId, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)java.util.Map<java.lang.String,LineChartDataPoints>AbstractTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)protected LineChartDataPointsAggregatingTimeGraphModel. getDataPoints(java.lang.String dataSeriesId, TimeGraphZoomLevel partitionUnit, Interval interval)java.util.Map<java.lang.String,LineChartDataPoints>CompositeTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> lineIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)java.util.Map<java.lang.String,LineChartDataPoints>TimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX) -
Uses of TimeGraphZoomLevel in org.teamapps.ux.component.timegraph.partitioning
Classes in org.teamapps.ux.component.timegraph.partitioning that implement TimeGraphZoomLevel Modifier and Type Class Description classTimePartitionUnitMethods in org.teamapps.ux.component.timegraph.partitioning that return types with arguments of type TimeGraphZoomLevel Modifier and Type Method Description java.util.List<? extends TimeGraphZoomLevel>PartitioningTimeGraphModel. getZoomLevels()Methods in org.teamapps.ux.component.timegraph.partitioning with parameters of type TimeGraphZoomLevel Modifier and Type Method Description java.util.Map<java.lang.String,LineChartDataPoints>PartitioningTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> dataSeriesIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)