net.comrom.chart
Class ChartAdapter

java.lang.Object
  extended bynet.comrom.chart.ChartAdapter
All Implemented Interfaces:
ChartListener

public class ChartAdapter
extends java.lang.Object
implements ChartListener


Field Summary
 
Fields inherited from interface net.comrom.chart.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 chart, int i)
           
 void paintUserExit(Chart chart, ChartGraphics chartgraphics)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartAdapter

public ChartAdapter()
Method Detail

paintUserExit

public void paintUserExit(Chart chart,
                          ChartGraphics chartgraphics)
Specified by:
paintUserExit in interface ChartListener

chartEvent

public void chartEvent(Chart chart,
                       int i)
Specified by:
chartEvent in interface ChartListener