actionListeners.scatter2DChartSettings
Class Scatter2DChartAxisSelectionListener
java.lang.Object
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
.
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 |
Scatter2DChartAxisSelectionListener
public Scatter2DChartAxisSelectionListener(ChartFrame frame,
ScatterChart2D chart,
Scatter2DChartAxisPanel panel,
int axis)
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
- Specified by:
valueChanged
in interface javax.swing.event.ListSelectionListener