Package org.teamapps.dto
Class UiTimeGraph.ZoomedEvent
java.lang.Object
org.teamapps.dto.UiTimeGraph.ZoomedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiTimeGraph
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiLongIntervalprotected doubleprotected Map<String, List<UiLongInterval>> protected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ZoomedEvent(String componentId, UiLongInterval displayedInterval, int zoomLevelIndex, double millisecondsPerPixel, Map<String, List<UiLongInterval>> neededIntervalsByGraphId) -
Method Summary
-
Field Details
-
componentId
-
displayedInterval
-
zoomLevelIndex
protected int zoomLevelIndex -
millisecondsPerPixel
protected double millisecondsPerPixel -
neededIntervalsByGraphId
-
-
Constructor Details
-
ZoomedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ZoomedEvent
public ZoomedEvent(String componentId, UiLongInterval displayedInterval, int zoomLevelIndex, double millisecondsPerPixel, Map<String, List<UiLongInterval>> neededIntervalsByGraphId)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getDisplayedInterval
-
getZoomLevelIndex
public int getZoomLevelIndex() -
getMillisecondsPerPixel
public double getMillisecondsPerPixel() -
getNeededIntervalsByGraphId
-