Package org.jjazz.songmemoviewer.api
Interface SongMemoEditorSettings
public interface SongMemoEditorSettings
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static SongMemoEditorSettings
getFont()
void
void
setBackgroundColor
(Color color) void
void
setFontColor
(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
-