Uses of Class
org.teamapps.dto.UiTimeChartZoomLevel
-
-
Uses of UiTimeChartZoomLevel in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiTimeChartZoomLevel Modifier and Type Field Description protected java.util.List<UiTimeChartZoomLevel>UiTimeGraph.ResetAllDataCommand. newZoomLevelsprotected java.util.List<UiTimeChartZoomLevel>UiTimeGraph. zoomLevelsMethods in org.teamapps.dto that return types with arguments of type UiTimeChartZoomLevel Modifier and Type Method Description java.util.List<UiTimeChartZoomLevel>UiTimeGraph.ResetAllDataCommand. getNewZoomLevels()java.util.List<UiTimeChartZoomLevel>UiTimeGraph. getZoomLevels()Constructor parameters in org.teamapps.dto with type arguments of type UiTimeChartZoomLevel Constructor Description ResetAllDataCommand(java.lang.String componentId, UiLongInterval intervalX, java.util.List<UiTimeChartZoomLevel> newZoomLevels)UiTimeGraph(UiLongInterval intervalX, java.util.List<UiTimeChartZoomLevel> zoomLevels, int maxPixelsBetweenDataPoints, java.util.List<UiGraph> graphs)
-