actionListeners.scatter2DChartSettings
Class Scatter2DChartAxisSelectionListener

java.lang.Object
  extended by actionListeners.scatter2DChartSettings.Scatter2DChartAxisSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public class Scatter2DChartAxisSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

List selection listener for a parameter selection list for a ScatterChart2D.


Constructor Summary
Scatter2DChartAxisSelectionListener(ChartFrame frame, ScatterChart2D chart, Scatter2DChartAxisPanel panel, int axis)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scatter2DChartAxisSelectionListener

public Scatter2DChartAxisSelectionListener(ChartFrame frame,
                                           ScatterChart2D chart,
                                           Scatter2DChartAxisPanel panel,
                                           int axis)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener