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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IsDefaultPaddinggetPadding()Returns the padding to apply around labels.booleanisFullSize()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.IsDefaultFontContainergetColorAsString, getFont
 - 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultPluginElementgetAlign, getPosition, isDisplay
 
- 
 
- 
- 
- 
Method Detail- 
getPaddingIsDefaultPadding 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.
 
 - 
isFullSizeboolean 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)
 
 
- 
 
-