Uses of Class
org.teamapps.dto.UiLongInterval
-
Uses of UiLongInterval in org.teamapps.dto
Fields in org.teamapps.dto declared as UiLongIntervalModifier and TypeFieldDescriptionprotected UiLongIntervalUiTimeGraph.ZoomedEvent.displayedIntervalprotected UiLongIntervalUiGraphGroupData.intervalprotected UiLongIntervalUiHoseGraphData.intervalprotected UiLongIntervalUiIncidentGraphData.intervalprotected UiLongIntervalUiLineGraphData.intervalprotected UiLongIntervalUiTimeGraph.IntervalSelectedEvent.intervalXprotected UiLongIntervalUiTimeGraph.intervalXprotected UiLongIntervalUiTimeGraph.ResetAllDataCommand.intervalXprotected UiLongIntervalUiTimeGraph.SetIntervalXCommand.intervalXprotected UiLongIntervalUiTimeGraph.SetSelectedIntervalCommand.intervalXprotected UiLongIntervalUiTimeGraph.ZoomToCommand.intervalXprotected UiLongIntervalUiGraphGroup.intervalYprotected UiLongIntervalUiHoseGraph.intervalYprotected UiLongIntervalUiIncidentGraph.intervalYprotected UiLongIntervalUiLineGraph.intervalYFields in org.teamapps.dto with type parameters of type UiLongIntervalModifier and TypeFieldDescriptionprotected Map<String, List<UiLongInterval>> UiTimeGraph.ZoomedEvent.neededIntervalsByGraphIdMethods in org.teamapps.dto that return UiLongIntervalModifier and TypeMethodDescriptionUiTimeGraph.ZoomedEvent.getDisplayedInterval()UiGraphData.getInterval()UiGraphGroupData.getInterval()UiHoseGraphData.getInterval()UiIncidentGraphData.getInterval()UiLineGraphData.getInterval()UiTimeGraph.getIntervalX()UiTimeGraph.IntervalSelectedEvent.getIntervalX()UiTimeGraph.ResetAllDataCommand.getIntervalX()UiTimeGraph.SetIntervalXCommand.getIntervalX()UiTimeGraph.SetSelectedIntervalCommand.getIntervalX()UiTimeGraph.ZoomToCommand.getIntervalX()UiGraph.getIntervalY()UiGraphGroup.getIntervalY()UiHoseGraph.getIntervalY()UiIncidentGraph.getIntervalY()UiLineGraph.getIntervalY()Methods in org.teamapps.dto that return types with arguments of type UiLongIntervalMethods in org.teamapps.dto with parameters of type UiLongIntervalModifier and TypeMethodDescriptionUiGraph.setIntervalY(UiLongInterval intervalY) UiGraphGroup.setIntervalY(UiLongInterval intervalY) UiHoseGraph.setIntervalY(UiLongInterval intervalY) UiIncidentGraph.setIntervalY(UiLongInterval intervalY) UiLineGraph.setIntervalY(UiLongInterval intervalY) Constructors in org.teamapps.dto with parameters of type UiLongIntervalModifierConstructorDescriptionIntervalSelectedEvent(String componentId, UiLongInterval intervalX) ResetAllDataCommand(String componentId, UiLongInterval intervalX, List<UiTimeChartZoomLevel> newZoomLevels) SetIntervalXCommand(String componentId, UiLongInterval intervalX) SetSelectedIntervalCommand(String componentId, UiLongInterval intervalX) UiGraphGroupData(Map<String, UiGraphData> graphDataByGraphId, UiLongInterval interval) UiHoseGraphData(UiLineGraphData lowerLineData, UiLineGraphData middleLineData, UiLineGraphData upperLineData, UiLongInterval interval) UiIncidentGraphData(List<UiIncidentGraphDataPoint> dataPoints, UiLongInterval interval) UiLineGraphData(List<UiLineGraphDataPoint> dataPoints, UiLongInterval interval) UiTimeGraph(UiLongInterval intervalX, List<UiTimeChartZoomLevel> zoomLevels, int maxPixelsBetweenDataPoints, List<UiGraph> graphs) ZoomedEvent(String componentId, UiLongInterval displayedInterval, int zoomLevelIndex, double millisecondsPerPixel, Map<String, List<UiLongInterval>> neededIntervalsByGraphId) ZoomToCommand(String componentId, UiLongInterval intervalX) Constructor parameters in org.teamapps.dto with type arguments of type UiLongIntervalModifierConstructorDescriptionZoomedEvent(String componentId, UiLongInterval displayedInterval, int zoomLevelIndex, double millisecondsPerPixel, Map<String, List<UiLongInterval>> neededIntervalsByGraphId)