Class ScatterPlot.AttColorListener
- java.lang.Object
-
- adams.gui.visualization.stats.scatterplot.ScatterPlot.AttColorListener
-
- All Implemented Interfaces:
ItemListener
,EventListener
- Enclosing class:
- ScatterPlot
protected class ScatterPlot.AttColorListener extends Object implements ItemListener
Listener for when the color attribute BaseComboBox selection changes- Author:
- fracpete
-
-
Field Summary
Fields Modifier and Type Field Description protected ScatterPlot
m_parent
-
Constructor Summary
Constructors Constructor Description AttColorListener(ScatterPlot parent)
-
-
-
Field Detail
-
m_parent
protected ScatterPlot m_parent
-
-
Constructor Detail
-
AttColorListener
public AttColorListener(ScatterPlot parent)
-
-
Method Detail
-
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChanged
in interfaceItemListener
-
-