Class UiTimeGraph.ZoomedEvent

java.lang.Object
org.teamapps.dto.UiTimeGraph.ZoomedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiTimeGraph

public static class UiTimeGraph.ZoomedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • displayedInterval

      protected UiLongInterval displayedInterval
    • zoomLevelIndex

      protected int zoomLevelIndex
    • millisecondsPerPixel

      protected double millisecondsPerPixel
    • neededIntervalsByGraphId

      protected Map<String,List<UiLongInterval>> neededIntervalsByGraphId
  • Constructor Details

    • ZoomedEvent

      @Deprecated public 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