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 Summary
All 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.IsDefaultFontContainer
getColorAsString, getFont
-
-
-
-
Method Detail
-
isDisplay
boolean isDisplay()
Returnstrueif the legend title is shown.- Returns:
trueif the legend title is shown.
-
getPadding
IsDefaultPadding getPadding()
Returns the padding to apply around title.- Returns:
- Padding to apply around title.
-
-