Package io.jmix.charts.component
Class Chart.AbstractChartClickEvent
java.lang.Object
java.util.EventObject
io.jmix.charts.component.Chart.AbstractChartEvent
io.jmix.charts.component.Chart.AbstractClickEvent
io.jmix.charts.component.Chart.AbstractChartClickEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Chart.ChartClickEvent
,Chart.ChartRightClickEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionAbstractChartClickEvent
(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.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
-
AbstractChartClickEvent
public AbstractChartClickEvent(Chart chart, int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis)
-
-
Method Details
-
getxAxis
public double getxAxis() -
getyAxis
public double getyAxis()
-