actionListeners.scatter2DChartSettings
Class Scatter2DChartDisplaySettingsActionListener
java.lang.Object
actionListeners.scatter2DChartSettings.Scatter2DChartDisplaySettingsActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ChangeListener
public class Scatter2DChartDisplaySettingsActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener, javax.swing.event.ChangeListener
ActionListener for a ScatterChart2DSettingsDialog
that allows to modify the Display Settings of a ScatterChart2D
.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scatter2DChartDisplaySettingsActionListener
public Scatter2DChartDisplaySettingsActionListener(ChartFrame chartFrame,
ScatterChart2D chart,
ScatterChart2DSettingsDialog dialog)
- Instantiates a new chart display settings action listener to edit settings for a specific chart.
- Parameters:
chartFrame
- the chartFramechart
- the chart
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
- Specified by:
stateChanged
in interface javax.swing.event.ChangeListener