Interface IsDefaultLegendTitle
- 
- All Superinterfaces:
- IsDefaultFontContainer
 - All Known Implementing Classes:
- DefaultChartLegendTitle,- DefaultLegendTitle,- LegendTitle
 
 public interface IsDefaultLegendTitle extends IsDefaultFontContainer Interface to define legend 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 title.booleanisDisplay()Returnstrueif the legend title is shown.- 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultFontContainergetColorAsString, getFont
 
- 
 
- 
- 
- 
Method Detail- 
isDisplayboolean isDisplay() Returnstrueif the legend title is shown.- Returns:
- trueif the legend title is shown.
 
 - 
getPaddingIsDefaultPadding getPadding() Returns the padding to apply around title.- Returns:
- Padding to apply around title.
 
 
- 
 
-