Package io.jmix.charts.component
Class Chart.ZoomEvent
java.lang.Object
java.util.EventObject
io.jmix.charts.component.Chart.AbstractChartEvent
io.jmix.charts.component.Chart.ZoomEvent
- All Implemented Interfaces:
Serializable
Describes zoom event.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
Methods inherited from class io.jmix.charts.component.Chart.AbstractChartEvent
getSource
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ZoomEvent
-
-
Method Details
-
getEndDate
- Returns:
- end date of the chart zoom period
-
getEndIndex
public int getEndIndex()- Returns:
- end category index of the chart zoom period
-
getEndValue
- Returns:
- end category value of the chart zoom period
-
getStartDate
- Returns:
- start date of the chart zoom period
-
getStartIndex
public int getStartIndex()- Returns:
- start category index of the chart zoom period
-
getStartValue
- Returns:
- start category value of the chart zoom period
-