Package org.jjazz.itemrenderer.api
Interface IR_SectionSettings
public interface IR_SectionSettings
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getColor()
The color used to represent the name of the section.static IR_SectionSettings
getFont()
The font used to represent the name of the section.void
void
void
-
Field Details
-
PROP_FONT
- See Also:
-
PROP_FONT_COLOR
- See Also:
-
-
Method Details
-
getDefault
-
setFont
- Parameters:
font
- If null this will restore default value.
-
getFont
Font getFont()The font used to represent the name of the section.- Returns:
-
setColor
- Parameters:
color
- If null this will restore the default value.
-
getColor
Color getColor()The color used to represent the name of the section.- Returns:
-
addPropertyChangeListener
-
removePropertyChangeListener
-