public abstract static class Chart.AbstractChartClickEvent extends Chart.AbstractClickEvent
| Constructor and Description |
|---|
AbstractChartClickEvent(Chart chart,
int x,
int y,
int absoluteX,
int absoluteY,
double xAxis,
double yAxis) |
| Modifier and Type | Method and Description |
|---|---|
double |
getxAxis() |
double |
getyAxis() |
getAbsoluteX, getAbsoluteY, getX, getYgetSourcepublic AbstractChartClickEvent(Chart chart, int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis)