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 IsDefaultPadding
getPadding()
Returns the padding to apply around title.boolean
isDisplay()
Returnstrue
if the legend title is shown.-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
getColorAsString, getFont
-
-
-
-
Method Detail
-
isDisplay
boolean isDisplay()
Returnstrue
if the legend title is shown.- Returns:
true
if the legend title is shown.
-
getPadding
IsDefaultPadding getPadding()
Returns the padding to apply around title.- Returns:
- Padding to apply around title.
-
-