|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorScheme | |
dguitar.gui | Provides Graphical User Interface classes for other packages. |
Uses of ColorScheme in dguitar.gui |
Fields in dguitar.gui declared as ColorScheme | |
ColorScheme |
DisplayOptions.rhythmColors
The colors that are used for vertical rhythm lines |
ColorScheme |
DisplayOptions.fretColors
The colors that are used for vertical rhythm lines |
private ColorScheme |
ColorPanelSelect.singleColor
|
private ColorScheme |
ColorPanelSelect.durationColors
|
private ColorScheme |
ColorPanelSelect.dynamicColors
|
private ColorScheme |
ColorPanelSelect.lastSelectedColors
|
private ColorScheme |
ColorPanelRhythm.singleColor
|
private ColorScheme |
ColorPanelRhythm.durationColors
|
private ColorScheme |
ColorPanelRhythm.lastSelectedColors
|
private ColorScheme |
ColorPanelNote.singleColor
|
private ColorScheme |
ColorPanelNote.durationColors
|
private ColorScheme |
ColorPanelNote.dynamicColors
|
private ColorScheme |
ColorPanelNote.lastSelectedColors
|
Methods in dguitar.gui that return ColorScheme | |
protected ColorScheme |
ColorPanelSelect.getColors()
|
protected ColorScheme |
ColorPanelRhythm.getColors()
|
protected ColorScheme |
ColorPanelNote.getColors()
|
Methods in dguitar.gui with parameters of type ColorScheme | |
protected void |
ColorPanelSelect.setColors(ColorScheme ndc)
This method is NOT called by ACTIONS EVENTS, therefore lastSelectedColors is not changed |
protected void |
ColorPanelSelect.setSingleColor(ColorScheme dc)
|
protected void |
ColorPanelRhythm.setColors(ColorScheme ndc,
int TypeOfColoring)
This method is NOT called by ACTIONS EVENTS, therefore lastSelectedColors is not changed |
protected void |
ColorPanelRhythm.setSingleColor(ColorScheme dc)
|
protected void |
ColorPanelNote.setColors(ColorScheme ndc,
int TypeOfColoring)
This method is NOT called by ACTIONS EVENTS, therefore lastSelectedColors is not changed |
protected void |
ColorPanelNote.setSingleColor(ColorScheme dc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |