actionListeners.scatter2DChartSettings
Class Scatter2DChartAxisPanelActionListener
java.lang.Object
actionListeners.scatter2DChartSettings.Scatter2DChartAxisPanelActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ChangeListener
public class Scatter2DChartAxisPanelActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener, javax.swing.event.ChangeListener
ActionListener for a Scatter2DChartAxisPanel
that allows to modify the Display Settings of an axis of a ScatterChart2D
.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scatter2DChartAxisPanelActionListener
public Scatter2DChartAxisPanelActionListener(Main mainWindow,
ChartFrame chartFrame,
ScatterChart2D chart,
Scatter2DChartAxisPanel panel,
int axis)
- Instantiates a new scatter 2d axis panel action listener to edit settings for a specific axis.
- Parameters:
chartFrame
- the chartFramechart
- the chartpanel
- the panel carrying the controls
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