public abstract static class Chart.AbstractClickEvent extends Chart.AbstractChartEvent
| Constructor and Description |
|---|
AbstractClickEvent(Chart chart,
int x,
int y,
int absoluteX,
int absoluteY) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteX() |
int |
getAbsoluteY() |
int |
getX() |
int |
getY() |
getSourcepublic AbstractClickEvent(Chart chart, int x, int y, int absoluteX, int absoluteY)
public int getX()
public int getY()
public int getAbsoluteX()
public int getAbsoluteY()