public final class DefaultChartSubtitle extends Object implements IsDefaultSubtitle
| Constructor and Description |
|---|
DefaultChartSubtitle(IsDefaultSubtitle subtitle)
Creates the object by subtitle option element instance.
|
| Modifier and Type | Method and Description |
|---|---|
ElementAlign |
getAlign()
Returns the alignment of the element.
|
String |
getColorAsString()
Returns the font color as string.
|
IsDefaultFont |
getFont()
Returns the font element.
|
IsDefaultPadding |
getPadding()
Returns the padding to apply around labels.
|
Position |
getPosition()
Returns the position of element.
|
boolean |
isDisplay()
Returns if the element is shown.
|
boolean |
isFullSize()
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPadding, isFullSizegetAlign, getPosition, isDisplaygetColorAsString, getFontpublic DefaultChartSubtitle(IsDefaultSubtitle subtitle)
subtitle - subtitle option element instance.public IsDefaultFont getFont()
IsDefaultFontContainergetFont in interface IsDefaultFontContainerpublic IsDefaultPadding getPadding()
IsDefaultAbstractTitlegetPadding in interface IsDefaultAbstractTitlepublic String getColorAsString()
IsDefaultFontContainergetColorAsString in interface IsDefaultFontContainerpublic boolean isDisplay()
IsDefaultPluginElementisDisplay in interface IsDefaultPluginElementpublic Position getPosition()
IsDefaultPluginElementgetPosition in interface IsDefaultPluginElementpublic boolean isFullSize()
IsDefaultAbstractTitleisFullSize in interface IsDefaultAbstractTitlepublic ElementAlign getAlign()
IsDefaultPluginElementgetAlign in interface IsDefaultPluginElement