|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.java4less.rchart.ChartAdapter
Default implementation of the ChartListener. You can extend this class and override the methods you need.
| Field Summary |
| Fields inherited from interface com.java4less.rchart.ChartListener |
EVENT_AFTER_UPDATE, EVENT_BEFORE_UPDATE, EVENT_ENTER_POINT, EVENT_LEAVE_POINT, EVENT_POINT_CLICKED, EVENT_TIP_UPDATE |
| Constructor Summary | |
ChartAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChartAdapter()
| Method Detail |
public void paintUserExit(Chart c,
ChartGraphics g)
paintUserExit in interface ChartListener
public void chartEvent(Chart c,
int type)
chartEvent in interface ChartListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||