All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.JCChartAdapter

java.lang.Object
   |
   +----jclass.chart.JCChartAdapter

public class JCChartAdapter
extends Object
implements JCChartListener
JCChartAdapter is a convenience class that implements the various chart listener methods. It can be subclassed and used to be informed of chart events such as chart changes and paints.


Constructor Index

 o JCChartAdapter()

Method Index

 o changeChart(JCChartEvent)
Implement the changeChart chart listener method.
 o paintChart(JCChart)
Implement the paintChart chart listener method.

Constructors

 o JCChartAdapter
 public JCChartAdapter()

Methods

 o changeChart
 public void changeChart(JCChartEvent chart)
Implement the changeChart chart listener method.

 o paintChart
 public void paintChart(JCChart chart)
Implement the paintChart chart listener method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index