Class Chart.ZoomEvent

All Implemented Interfaces:
Serializable
Enclosing interface:
Chart<T extends Chart>

public static class Chart.ZoomEvent extends Chart.AbstractChartEvent
Describes zoom event.
See Also:
  • Constructor Details

    • ZoomEvent

      public ZoomEvent(Chart chart, int startIndex, int endIndex, Date startDate, Date endDate, String startValue, String endValue)
  • Method Details

    • getEndDate

      public Date getEndDate()
      Returns:
      end date of the chart zoom period
    • getEndIndex

      public int getEndIndex()
      Returns:
      end category index of the chart zoom period
    • getEndValue

      public String getEndValue()
      Returns:
      end category value of the chart zoom period
    • getStartDate

      public Date getStartDate()
      Returns:
      start date of the chart zoom period
    • getStartIndex

      public int getStartIndex()
      Returns:
      start category index of the chart zoom period
    • getStartValue

      public String getStartValue()
      Returns:
      start category value of the chart zoom period