public class Title extends AbstractChartObject
Constructor and Description |
---|
Title() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getAlpha() |
java.lang.Boolean |
getBold() |
Color |
getColor() |
java.lang.String |
getId() |
java.lang.Integer |
getSize() |
java.lang.Integer |
getTabIndex() |
java.lang.String |
getText() |
Title |
setAlpha(java.lang.Double alpha)
Sets opacity of a title.
|
Title |
setBold(java.lang.Boolean bold)
Set bold to false if title shouldn't be bold.
|
Title |
setColor(Color color)
Sets text color of a title.
|
Title |
setId(java.lang.String id)
Sets unique id of a title.
|
Title |
setSize(java.lang.Integer size)
Sets text size of a title.
|
Title |
setTabIndex(java.lang.Integer tabIndex)
In case you set it to some number, the chart will set focus on the title when user clicks tab key.
|
Title |
setText(java.lang.String text)
Sets text of a title.
|
public java.lang.Double getAlpha()
public Title setAlpha(java.lang.Double alpha)
alpha
- opacitypublic java.lang.Boolean getBold()
public Title setBold(java.lang.Boolean bold)
bold
- bold optionpublic Color getColor()
public Title setColor(Color color)
color
- colorpublic java.lang.Integer getSize()
public Title setSize(java.lang.Integer size)
size
- text sizepublic java.lang.String getText()
public Title setText(java.lang.String text)
text
- textpublic java.lang.String getId()
public Title setId(java.lang.String id)
id
- idpublic java.lang.Integer getTabIndex()
public Title setTabIndex(java.lang.Integer tabIndex)
tabIndex
- tab index