|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectactionListeners.ChartDisplaySettingsActionListener
public class ChartDisplaySettingsActionListener
ActionListener for a ChartDisplaySettingsPanel
that allows to modify the Display Settings of a Chart
.
Constructor Summary | |
---|---|
ChartDisplaySettingsActionListener(Main mainWindow,
ChartDisplaySettingsPanel panel)
Instantiates a new chart display settings action listener to edit default settings. |
|
ChartDisplaySettingsActionListener(Main mainWindow,
ChartDisplaySettingsPanel panel,
Chart chart)
Instantiates a new chart display settings action listener to edit settings for a specific chart. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
java.awt.Color |
getActiveDesignColor()
Gets the active design color. |
java.awt.Color |
getBackGroundColor()
Gets the back ground color. |
java.awt.Color |
getFilterColor()
Gets the filter color. |
java.awt.Color |
getFilteredDesignColor()
Gets the filtered design color. |
boolean |
isShowDesignIDs()
Checks if design IDs are shown. |
boolean |
isShowFilteredDesigns()
Checks if filtered designs are shown. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartDisplaySettingsActionListener(Main mainWindow, ChartDisplaySettingsPanel panel)
mainWindow
- the main windowpanel
- the panelpublic ChartDisplaySettingsActionListener(Main mainWindow, ChartDisplaySettingsPanel panel, Chart chart)
mainWindow
- the main windowpanel
- the panelchart
- the chartMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public java.awt.Color getActiveDesignColor()
public java.awt.Color getBackGroundColor()
public java.awt.Color getFilterColor()
public java.awt.Color getFilteredDesignColor()
public boolean isShowDesignIDs()
public boolean isShowFilteredDesigns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |