Package org.jjazz.songmemoviewer.api
Interface SongMemoEditorSettings
public interface SongMemoEditorSettings
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic SongMemoEditorSettingsgetFont()voidvoidsetBackgroundColor(Color color) voidvoidsetFontColor(Color color)
-
Field Details
-
PROP_FONT
- See Also:
-
PROP_FONT_COLOR
- See Also:
-
PROP_BACKGROUND_COLOR
- See Also:
-
-
Method Details
-
getDefault
-
setFont
- Parameters:
font- If null restore the default value.
-
getFont
Font getFont() -
setFontColor
- Parameters:
color- If null restore the default value.
-
getFontColor
Color getFontColor() -
setBackgroundColor
- Parameters:
color- If null restore the default value.
-
getBackgroundColor
Color getBackgroundColor() -
addPropertyChangeListener
-
removePropertyChangeListener
-