Interface IsDefaultPointLabels
- 
- All Superinterfaces:
- IsDefaultFontContainer
 - All Known Implementing Classes:
- DefaultChartPointLabels,- DefaultPointLabels,- PointLabels
 
 public interface IsDefaultPointLabels extends IsDefaultFontContainer Interface to define point labels object defaults.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBackdropColorAsString()Returns the background color of the point label.IsDefaultPaddinggetBackdropPadding()Returns the padding of label backdrop.intgetBorderRadius()Returns the border radius (in pixels).intgetPadding()Returns the padding between chart and point labels, in pixels.booleanisCentered()Returns if point labels are centered.booleanisDisplay()Returns if the title is shown.- 
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultFontContainergetColorAsString, getFont
 
- 
 
- 
- 
- 
Method Detail- 
getBackdropPaddingIsDefaultPadding getBackdropPadding() Returns the padding of label backdrop.- Returns:
- padding of label backdrop.
 
 - 
isDisplayboolean isDisplay() Returns if the title is shown.- Returns:
- if the title is shown.
 
 - 
getPaddingint getPadding() Returns the padding between chart and point labels, in pixels.- Returns:
- padding the padding between chart and point labels, in pixels.
 
 - 
getBackdropColorAsStringString getBackdropColorAsString() Returns the background color of the point label.- Returns:
- the background color of the point label
 
 - 
isCenteredboolean isCentered() Returns if point labels are centered.- Returns:
- if point labels are centered
 
 - 
getBorderRadiusint getBorderRadius() Returns the border radius (in pixels).- Returns:
- the border radius (in pixels).
 
 
- 
 
-