public interface Titles extends FontAttribute, HorizontalAlignment
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Retrieves the text for the title.
|
java.lang.String |
getUnParseText()
Retrieves the unparsed text for the title.
|
boolean |
isVisible()
Retrieves whether the title is visible.
|
void |
setText(java.lang.String t)
Specifies the text for the title.
|
void |
setVisible(boolean b)
Specifies whether the title is visible.
|
getFont, setFontgetHorizontalAlignment, setHorizontalAlignmentvoid setText(java.lang.String t)
t - The text for the title.java.lang.String getText()
void setVisible(boolean b)
b - true to make it visible, false to make it invisible.boolean isVisible()
true if it is visible, false if it is invisible.java.lang.String getUnParseText()
TokenSubstitution