Package io.jmix.charts.component
Class Chart.AbstractClickEvent
java.lang.Object
java.util.EventObject
io.jmix.charts.component.Chart.AbstractChartEvent
io.jmix.charts.component.Chart.AbstractClickEvent
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 Chart.AbstractChartClickEvent,Chart.AbstractGraphItemClickEvent,Chart.AbstractSliceClickEvent,Chart.GraphClickEvent
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class io.jmix.charts.component.Chart.AbstractChartEvent
getSourceMethods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
AbstractClickEvent
 
 - 
 - 
Method Details
- 
getX
public int getX()- Returns:
 - the X coordinate of the mouse pointer in the chart coordinates.
 
 - 
getY
public int getY()- Returns:
 - the Y coordinate of the mouse pointer in the chart coordinates.
 
 - 
getAbsoluteX
public int getAbsoluteX()- Returns:
 - the X coordinate of the mouse pointer in local (DOM content) coordinates.
 
 - 
getAbsoluteY
public int getAbsoluteY()- Returns:
 - the Y coordinate of the mouse pointer in local (DOM content) coordinates.
 
 
 -