|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.rchart.ChartAdapter
public class 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_CHART_CLICKED, 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 |