Package org.jjazz.itemrenderer.api
Interface IR_AnnotationTextSettings
public interface IR_AnnotationTextSettings
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionvoidgetColor()The color used to represent the name of the section.static IR_AnnotationTextSettingsgetFont()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.
 - 
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
 
 -