org.xdat.actionListeners.parallelCoordinatesChartFrame
public class ParallelChartSidebarActionListener extends java.lang.Object implements java.awt.event.ActionListener, javax.swing.event.ChangeListener
ParallelCoordinatesChartDisplaySettingsPanel
that
allows to modify the Display Settings of a
ParallelCoordinatesChart
.Constructor and Description |
---|
ParallelChartSidebarActionListener(Main mainWindow,
ParallelCoordinatesChartSidebarPanel panel,
ParallelCoordinatesChartPanel chartPanel)
Instantiates a new chart dside panel action listener
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.awt.Color |
getActiveDesignColor()
Gets the active design color.
|
void |
stateChanged(javax.swing.event.ChangeEvent e) |
public ParallelChartSidebarActionListener(Main mainWindow, ParallelCoordinatesChartSidebarPanel panel, ParallelCoordinatesChartPanel chartPanel)
mainWindow
- the main windowpanel
- the panelchartPanel
- the chart panelpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged
in interface javax.swing.event.ChangeListener
public java.awt.Color getActiveDesignColor()