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.ReplaceAllDataCommand. newZoomLevelsprotected 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.ReplaceAllDataCommand. getNewZoomLevels()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 ReplaceAllDataCommand(java.lang.String componentId, java.util.List<UiTimeChartZoomLevel> newZoomLevels, int zoomLevel, UiLongInterval intervalX, java.util.Map<java.lang.String,java.util.List<UiTimeGraphDataPoint>> data)ResetAllDataCommand(java.lang.String componentId, java.util.List<UiTimeChartZoomLevel> newZoomLevels)UiTimeGraph(UiLongInterval intervalX, java.util.List<UiTimeChartZoomLevel> zoomLevels, int maxPixelsBetweenDataPoints, java.util.List<AbstractUiLineChartDataDisplay> lines)