Interface IsDefaultAbstractTitle
-
- All Superinterfaces:
IsDefaultFontContainer
,IsDefaultPluginElement
- All Known Subinterfaces:
IsDefaultSubtitle
,IsDefaultTitle
,IsTitle
- All Known Implementing Classes:
AbstractTitle
,DefaultChartSubtitle
,DefaultChartTitle
,DefaultSubtitle
,DefaultTitle
,Subtitle
,Title
public interface IsDefaultAbstractTitle extends IsDefaultPluginElement, IsDefaultFontContainer
Interface to define title object defaults.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsDefaultPadding
getPadding()
Returns the padding to apply around labels.boolean
isFullSize()
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
getColorAsString, getFont
-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
getAlign, getPosition, isDisplay
-
-
-
-
Method Detail
-
getPadding
IsDefaultPadding getPadding()
Returns the padding to apply around labels. Only top and bottom are implemented.- Returns:
- Padding to apply around labels. Only top and bottom are implemented.
-
isFullSize
boolean isFullSize()
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).- Returns:
- Marks that this box should take the full width/height of the canvas (moving other boxes)
-
-