JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart
Class JCChartAdapter

java.lang.Object
  |
  +--com.klg.jclass.chart.JCChartAdapter
All Implemented Interfaces:
EventListener, JCChartListener

public class JCChartAdapter
extends Object
implements JCChartListener

Convenience class that implements the chart listener methods. It can be subclassed and used to inform about chart events, such as chart changes and paints.


Constructor Summary
JCChartAdapter()
           
 
Method Summary
 void changeChart(com.klg.jclass.chart.JCChartEvent e)
          Implements the changeChart chart listener method.
 void paintChart(com.klg.jclass.chart.JCChart chart)
          Implements the paintChart chart listener method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCChartAdapter

public JCChartAdapter()
Method Detail

changeChart

public void changeChart(com.klg.jclass.chart.JCChartEvent e)
Implements the changeChart chart listener method.

Specified by:
changeChart in interface JCChartListener
Parameters:
e - The event generated from the chart being changed

paintChart

public void paintChart(com.klg.jclass.chart.JCChart chart)
Implements the paintChart chart listener method.

Specified by:
paintChart in interface JCChartListener
Parameters:
chart - The chart that has been painted

Copyright © 2004 Quest Software Inc..
All rights reserved.