Package io.jmix.charts.component
Class Chart.ChartRightClickEvent
java.lang.Object
java.util.EventObject
io.jmix.charts.component.Chart.AbstractChartEvent
io.jmix.charts.component.Chart.AbstractClickEvent
io.jmix.charts.component.Chart.AbstractChartClickEvent
io.jmix.charts.component.Chart.ChartRightClickEvent
- All Implemented Interfaces:
Serializable
Describes chart click event.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionChartRightClickEvent
(Chart chart, int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis) -
Method Summary
Methods inherited from class io.jmix.charts.component.Chart.AbstractChartClickEvent
getxAxis, getyAxis
Methods inherited from class io.jmix.charts.component.Chart.AbstractClickEvent
getAbsoluteX, getAbsoluteY, getX, getY
Methods inherited from class io.jmix.charts.component.Chart.AbstractChartEvent
getSource
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ChartRightClickEvent
public ChartRightClickEvent(Chart chart, int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis)
-