Interface SptViewerSettings
public interface SptViewerSettings
The graphical settings for a SongPartEditor.
- Author:
- Jerome
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static SptViewerSettings
default RpViewerSettings
void
void
setDefaultBackgroundColor
(Color color) void
setFocusedBorderColor
(Color color) void
setNameFont
(Font font) void
setNameFontColor
(Color color) void
setParentSectionFont
(Font font) void
setParentSectionFontColor
(Color color) void
setRhythmFont
(Font font) void
setRhythmFontColor
(Color color) void
setSelectedBackgroundColor
(Color color)
-
Field Details
-
PROP_NAME_FONT
- See Also:
-
PROP_NAME_FONT_COLOR
- See Also:
-
PROP_RHYTHM_FONT
- See Also:
-
PROP_RHYTHM_FONT_COLOR
- See Also:
-
PROP_PARENTSECTION_FONT
- See Also:
-
PROP_PARENTSECTION_FONT_COLOR
- See Also:
-
PROP_FOCUSED_BORDER_COLOR
- See Also:
-
PROP_DEFAULT_BACKGROUND_COLOR
- See Also:
-
PROP_SELECTED_BACKGROUND_COLOR
- See Also:
-
-
Method Details
-
getDefault
-
getRpViewerSettings
-
setNameFont
-
getNameFont
Font getNameFont() -
setNameFontColor
-
getNameFontColor
Color getNameFontColor() -
setRhythmFont
-
getRhythmFont
Font getRhythmFont() -
setRhythmFontColor
-
getRhythmFontColor
Color getRhythmFontColor() -
setParentSectionFont
-
getParentSectionFont
Font getParentSectionFont() -
setParentSectionFontColor
-
getParentSectionFontColor
Color getParentSectionFontColor() -
getFocusedBorderColor
Color getFocusedBorderColor() -
setFocusedBorderColor
-
setDefaultBackgroundColor
-
getDefaultBackgroundColor
Color getDefaultBackgroundColor() -
setSelectedBackgroundColor
-
getSelectedBackgroundColor
Color getSelectedBackgroundColor() -
getFocusedBorder
Border getFocusedBorder() -
getDefaultBorder
Border getDefaultBorder() -
addPropertyChangeListener
-
removePropertyChangeListener
-