public interface TitleProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTitle() |
java.awt.Color |
getTitleColor()
To use the color of the Border, it return null
|
java.awt.Font |
getTitleFont() |
void |
setTitleColor(java.awt.Color c) |
void |
setTitleFont(java.awt.Font f) |
java.lang.String getTitle()
java.awt.Font getTitleFont()
void setTitleFont(java.awt.Font f)
java.awt.Color getTitleColor()
void setTitleColor(java.awt.Color c)