Interface IsDefaultScaleTitle
- 
- All Superinterfaces:
- IsDefaultFontContainer
 - All Known Implementing Classes:
- DefaultChartScaleTitle,- DefaultScaleTitle,- ScaleTitle
 
 public interface IsDefaultScaleTitle extends IsDefaultFontContainer Interface to define scale title object defaults.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ScaleTitleAligngetAlign()Returns the alignment of the axis title.IsDefaultPaddinggetPadding()Returns the padding defaults.booleanisDisplay()Returns if the title is shown.- 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultFontContainergetColorAsString, getFont
 
- 
 
- 
- 
- 
Method Detail- 
getPaddingIsDefaultPadding getPadding() Returns the padding defaults.- Returns:
- the padding defaults.
 
 - 
isDisplayboolean isDisplay() Returns if the title is shown.- Returns:
- if the title is shown.
 
 - 
getAlignScaleTitleAlign getAlign() Returns the alignment of the axis title.- Returns:
- the alignment of the axis title.
 
 
- 
 
-