Package org.jjazz.itemrenderer.api
Interface IR_SectionSettings
public interface IR_SectionSettings
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetColor()The color used to represent the name of the section.static IR_SectionSettingsgetFont()The font used to represent the name of the section.voidvoidvoid
- 
Field Details- 
PROP_FONT- See Also:
 
- 
PROP_FONT_COLOR- See Also:
 
 
- 
- 
Method Details- 
getDefault
- 
setFont- Parameters:
- font- If null this will restore default value.
 
- 
getFontFont getFont()The font used to represent the name of the section.- Returns:
 
- 
setColor- Parameters:
- color- If null this will restore the default value.
 
- 
getColorColor getColor()The color used to represent the name of the section.- Returns:
 
- 
addPropertyChangeListener
- 
removePropertyChangeListener
 
-