Klasse UiTimeGraph.ZoomedEvent

java.lang.Object
org.teamapps.dto.UiTimeGraph.ZoomedEvent
Alle implementierten Schnittstellen:
UiEvent
Umschließende Klasse:
UiTimeGraph

public static class UiTimeGraph.ZoomedEvent extends Object implements UiEvent
  • Felddetails

    • componentId

      protected String componentId
    • displayedInterval

      protected UiLongInterval displayedInterval
    • zoomLevelIndex

      protected int zoomLevelIndex
    • millisecondsPerPixel

      protected double millisecondsPerPixel
    • neededIntervalsByGraphId

      protected Map<String,List<UiLongInterval>> neededIntervalsByGraphId
  • Konstruktordetails

    • ZoomedEvent

      @Deprecated public ZoomedEvent()
      Veraltet.
      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)
  • Methodendetails