|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartListener
This interface will allow you to perform actions when the chart is painted, the chart ist clicked or updated.
Field Summary | |
---|---|
static int |
EVENT_AFTER_UPDATE
chart has been updated. |
static int |
EVENT_BEFORE_UPDATE
chart will be updated now. |
static int |
EVENT_CHART_CLICKED
triggered when the users clicks on the chart but no point or label are selected |
static int |
EVENT_ENTER_POINT
mouse moves over a point in the series. |
static int |
EVENT_LEAVE_POINT
No point selected any more. |
static int |
EVENT_POINT_CLICKED
selected serie and value in the chart have been clicked |
static int |
EVENT_TIP_UPDATE
this is used by RChart to notify that a new tip must be displayed (or hidden) since the mouse pointer moved over a point. |
Method Summary | |
---|---|
void |
chartEvent(Chart c,
int type)
rchart notifies an event |
void |
paintUserExit(Chart c,
ChartGraphics g)
this method is called after the chart is painted. |
Field Detail |
---|
static final int EVENT_BEFORE_UPDATE
static final int EVENT_AFTER_UPDATE
static final int EVENT_ENTER_POINT
static final int EVENT_LEAVE_POINT
static final int EVENT_TIP_UPDATE
static final int EVENT_POINT_CLICKED
static final int EVENT_CHART_CLICKED
Method Detail |
---|
void paintUserExit(Chart c, ChartGraphics g)
void chartEvent(Chart c, int type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |