Uses of Class
org.teamapps.ux.component.timegraph.TimeGraphZoomLevel
-
Packages that use 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<TimeGraphZoomLevel>TimeGraphModel. getZoomLevels()Methods in org.teamapps.ux.component.timegraph with parameters of type TimeGraphZoomLevel Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<LineChartDataPoint>>TimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> lineIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX) -
Uses of TimeGraphZoomLevel in org.teamapps.ux.component.timegraph.partitioning
Methods in org.teamapps.ux.component.timegraph.partitioning that return types with arguments of type TimeGraphZoomLevel Modifier and Type Method Description java.util.List<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,java.util.List<LineChartDataPoint>>PartitioningTimeGraphModel. getDataPoints(java.util.Collection<java.lang.String> lineIds, TimeGraphZoomLevel zoomLevel, Interval neededIntervalX)
-