Interface IsDefaultScaleTitle
-
- All Superinterfaces:
IsDefaultFontContainer
- All Known Implementing Classes:
DefaultChartScaleTitle
,DefaultScaleTitle
,ScaleTitle
public interface IsDefaultScaleTitle extends IsDefaultFontContainer
Interface to define scale title object defaults.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleTitleAlign
getAlign()
Returns the alignment of the axis title.IsDefaultPadding
getPadding()
Returns the padding defaults.boolean
isDisplay()
Returns if the title is shown.-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
getColorAsString, getFont
-
-
-
-
Method Detail
-
getPadding
IsDefaultPadding getPadding()
Returns the padding defaults.- Returns:
- the padding defaults.
-
isDisplay
boolean isDisplay()
Returns if the title is shown.- Returns:
- if the title is shown.
-
getAlign
ScaleTitleAlign getAlign()
Returns the alignment of the axis title.- Returns:
- the alignment of the axis title.
-
-