Package org.jjazz.itemrenderer.api
Interface IR_ChordSymbolSettings
public interface IR_ChordSymbolSettings
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getColor()
The color of the Chord Symbol.static IR_ChordSymbolSettings
char
getFont()
The font used to represent the Chord Symbol e.g.The font to display musical symbols like sharp and flat symbols.char
void
void
void
-
Field Details
-
SONG_CLIENT_PROPERTY_USER_FONT_COLOR
This is the Song client property used by ItemRenderer to let user adjust the font color.- See Also:
-
PROP_FONT
- See Also:
-
PROP_FONT_COLOR
- See Also:
-
-
Method Details
-
getDefault
-
setFont
- Parameters:
font
- If null restore the default value.
-
getFont
Font getFont()The font used to represent the Chord Symbol e.g. "Cm7".- Returns:
-
setColor
- Parameters:
color
- If null restore the default value.
-
getColor
Color getColor()The color of the Chord Symbol.- Returns:
-
getMusicFont
Font getMusicFont()The font to display musical symbols like sharp and flat symbols.- Returns:
-
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
-