Interface SptViewerSettings
public interface SptViewerSettings
The graphical settings for a SongPartEditor.
- Author:
 - Jerome
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionvoidstatic SptViewerSettingsdefault RpViewerSettingsvoidvoidsetDefaultBackgroundColor(Color color) voidsetFocusedBorderColor(Color color) voidsetNameFont(Font font) voidsetNameFontColor(Color color) voidsetParentSectionFont(Font font) voidsetParentSectionFontColor(Color color) voidsetRhythmFont(Font font) voidsetRhythmFontColor(Color color) voidsetSelectedBackgroundColor(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
 
 -