|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart.JCChartAdapter
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 |
public JCChartAdapter()
Method Detail |
public void changeChart(com.klg.jclass.chart.JCChartEvent e)
changeChart
chart listener method.
changeChart
in interface JCChartListener
e
- The event generated from the chart being changedpublic void paintChart(com.klg.jclass.chart.JCChart chart)
paintChart
chart listener method.
paintChart
in interface JCChartListener
chart
- The chart that has been painted
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |