actionListeners.scatter2DChartSettings
Class Scatter2DChartAxisPanelActionListener

java.lang.Object
  extended by 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.


Constructor Summary
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.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 chartFrame
chart - the chart
panel - the panel carrying the controls
Method Detail

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