com.java4less.rchart
Interface ChartListener

All Known Implementing Classes:
ChartApplet

public interface ChartListener

This interface will allow you to perform actions when the chart is painted. See example1() in Charapp.java.


Method Summary
 void paintUserExit(Chart c, java.awt.Graphics g)
          this method is called after the chart is painted
 

Method Detail

paintUserExit

public void paintUserExit(Chart c,
                          java.awt.Graphics g)
this method is called after the chart is painted