Package org.jjazz.cl_editor.barbox.api
Interface BarBoxSettings
public interface BarBoxSettings
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
default BarRendererSettings
The font used to write the bar index.static BarBoxSettings
getTitledBorder
(String str) void
void
setBorderColor
(Color color) void
setBorderFont
(Font font) void
setDefaultColor
(Color color) Set the default background color.void
setDisabledColor
(Color color) void
setDisabledPastEndColor
(Color color) void
setFocusedBorderColor
(Color color) void
setPastEndColor
(Color color) void
setPastEndSelectedColor
(Color color) void
setPlaybackColor
(Color color) void
setSelectedColor
(Color color)
-
Field Details
-
PROP_BORDER_FONT
- See Also:
-
PROP_BORDER_COLOR
- See Also:
-
PROP_FOCUSED_BORDER_COLOR
- See Also:
-
PROP_BAR_DEFAULT_COLOR
- See Also:
-
PROP_BAR_SELECTED_COLOR
- See Also:
-
PROP_BAR_PAST_END_SELECTED_COLOR
- See Also:
-
PROP_BAR_PAST_END_COLOR
- See Also:
-
PROP_BAR_DISABLED_COLOR
- See Also:
-
PROP_BAR_PLAYBACK_COLOR
- See Also:
-
PROP_BAR_DISABLED_PAST_END_COLOR
- See Also:
-
-
Method Details
-
getDefault
-
getBarRendererSettings
-
setBorderFont
-
getBorderFont
Font getBorderFont()The font used to write the bar index.- Returns:
-
getBorderColor
Color getBorderColor() -
setBorderColor
-
getFocusedBorderColor
Color getFocusedBorderColor() -
setFocusedBorderColor
-
getTitledBorder
- Parameters:
str
-- Returns:
- Can be null.
-
getFocusedTitledBorder
-
setDefaultColor
Set the default background color.- Parameters:
color
- If null restore the default value.
-
getDefaultColor
Color getDefaultColor() -
setSelectedColor
- Parameters:
color
- If null restore the default value.
-
getSelectedColor
Color getSelectedColor() -
setPastEndSelectedColor
-
getPastEndSelectedColor
Color getPastEndSelectedColor() -
setPastEndColor
-
getPastEndColor
Color getPastEndColor() -
setDisabledColor
-
getDisabledColor
Color getDisabledColor() -
setDisabledPastEndColor
-
getDisabledPastEndColor
Color getDisabledPastEndColor() -
setPlaybackColor
- Parameters:
color
- If null restore the default value.
-
getPlaybackColor
Color getPlaybackColor() -
addPropertyChangeListener
-
removePropertyChangeListener
-