public final class DefaultChartTitle extends Object implements IsDefaultTitle
| Modifier and Type | Method and Description | 
|---|---|
| String | getFontColorAsString()Returns the font color | 
| String | getFontFamily()Returns the font family, follows CSS font-family options. | 
| int | getFontSize()Returns the font size. | 
| FontStyle | getFontStyle()Returns the font style, follows CSS font-style options (i.e. | 
| double | getLineHeight()Returns the height of an individual line of text. | 
| int | getPadding()Returns the padding to apply around labels. | 
| Position | getPosition()Returns the position of title. | 
| boolean | isDisplay()Returns if the title is shown. | 
| boolean | isFullWidth()Returns if marks that this box should take the full width of the canvas (pushing down other boxes) | 
public String getFontColorAsString()
IsDefaultFontItemgetFontColorAsString in interface IsDefaultFontItempublic int getFontSize()
IsDefaultFontItemgetFontSize in interface IsDefaultFontItempublic FontStyle getFontStyle()
IsDefaultFontItemgetFontStyle in interface IsDefaultFontItempublic String getFontFamily()
IsDefaultFontItemgetFontFamily in interface IsDefaultFontItempublic boolean isDisplay()
IsDefaultTitleisDisplay in interface IsDefaultTitlepublic Position getPosition()
IsDefaultTitlegetPosition in interface IsDefaultTitlepublic int getPadding()
IsDefaultTitlegetPadding in interface IsDefaultTitlepublic boolean isFullWidth()
IsDefaultTitleisFullWidth in interface IsDefaultTitlepublic double getLineHeight()
IsDefaultTitlegetLineHeight in interface IsDefaultTitle