Uses of Class
org.teamapps.dto.UiTimeChartZoomLevel
-
Uses of UiTimeChartZoomLevel in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiTimeChartZoomLevelModifier and TypeFieldDescriptionprotected List<UiTimeChartZoomLevel> UiTimeGraph.ResetAllDataCommand.newZoomLevelsprotected List<UiTimeChartZoomLevel> UiTimeGraph.zoomLevelsMethods in org.teamapps.dto that return types with arguments of type UiTimeChartZoomLevelModifier and TypeMethodDescriptionUiTimeGraph.ResetAllDataCommand.getNewZoomLevels()UiTimeGraph.getZoomLevels()Constructor parameters in org.teamapps.dto with type arguments of type UiTimeChartZoomLevelModifierConstructorDescriptionResetAllDataCommand(String componentId, UiLongInterval intervalX, List<UiTimeChartZoomLevel> newZoomLevels) UiTimeGraph(UiLongInterval intervalX, List<UiTimeChartZoomLevel> zoomLevels, int maxPixelsBetweenDataPoints, List<UiGraph> graphs)