public final class DefaultPointLabels extends Object implements IsDefaultPointLabels
Modifier and Type | Method and Description |
---|---|
String |
getBackdropColorAsString()
Returns the background color of the point label.
|
IsDefaultPadding |
getBackdropPadding()
Returns the padding of label backdrop.
|
String |
getColorAsString()
Returns the font color as string.
|
IsDefaultFont |
getFont()
Returns the font element.
|
int |
getPadding()
Returns the padding between chart and point labels, in pixels.
|
boolean |
isDisplay()
Returns if the title is shown.
|
public IsDefaultFont getFont()
IsDefaultFontContainer
getFont
in interface IsDefaultFontContainer
public String getColorAsString()
IsDefaultFontContainer
getColorAsString
in interface IsDefaultFontContainer
public boolean isDisplay()
IsDefaultPointLabels
isDisplay
in interface IsDefaultPointLabels
public IsDefaultPadding getBackdropPadding()
IsDefaultPointLabels
getBackdropPadding
in interface IsDefaultPointLabels
public int getPadding()
IsDefaultPointLabels
getPadding
in interface IsDefaultPointLabels
public String getBackdropColorAsString()
IsDefaultPointLabels
getBackdropColorAsString
in interface IsDefaultPointLabels