Interface IR_ChordSymbolSettings
- All Known Implementing Classes:
IR_ChordSymbolSettingsAdapter
public interface IR_ChordSymbolSettings
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidgetColor()Default color of a chord symbol.static IR_ChordSymbolSettingschargetFont()The font used to represent a chord symbol e.g.The font to display musical symbols like sharp and flat symbols.charChord symbol color when it has a chord substitute defined.voidvoidvoidvoidsetSubstituteFontColor(Color color)
-
Field Details
-
PROP_FONT
- See Also:
-
PROP_DEFAULT_FONT_COLOR
- See Also:
-
PROP_SUBSTITUTE_FONT_COLOR
- See Also:
-
-
Method Details
-
getDefault
-
setFont
- Parameters:
font- If null restore the default value.
-
getFont
-
setColor
- Parameters:
color- If null restore the default value.
-
getColor
-
setSubstituteFontColor
- Parameters:
color- If null restore the default value.
-
getSubstituteFontColor
-
getMusicFont
-
getSharpCharInMusicFont
char getSharpCharInMusicFont()- Returns:
- The char representing the sharp symbol in the music font.
-
getFlatCharInMusicFont
char getFlatCharInMusicFont()- Returns:
- The char representing the flat symbol in the music font.
-
addPropertyChangeListener
-
removePropertyChangeListener
-