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
ConstructorsConstructorDescriptionAbstractChartClickEvent(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, getYMethods inherited from class io.jmix.charts.component.Chart.AbstractChartEvent
getSourceMethods 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() 
 -