public final class DefaultChartTitle extends Object implements IsDefaultTitle
Constructor and Description |
---|
DefaultChartTitle(IsDefaultTitle title)
Creates the object by title 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, wait
getPadding, isFullSize
getAlign, getPosition, isDisplay
getColorAsString, getFont
public DefaultChartTitle(IsDefaultTitle title)
title
- title option element instance.public IsDefaultFont getFont()
IsDefaultFontContainer
getFont
in interface IsDefaultFontContainer
public IsDefaultPadding getPadding()
IsDefaultAbstractTitle
getPadding
in interface IsDefaultAbstractTitle
public String getColorAsString()
IsDefaultFontContainer
getColorAsString
in interface IsDefaultFontContainer
public boolean isDisplay()
IsDefaultPluginElement
isDisplay
in interface IsDefaultPluginElement
public Position getPosition()
IsDefaultPluginElement
getPosition
in interface IsDefaultPluginElement
public boolean isFullSize()
IsDefaultAbstractTitle
isFullSize
in interface IsDefaultAbstractTitle
public ElementAlign getAlign()
IsDefaultPluginElement
getAlign
in interface IsDefaultPluginElement