public class RadialPointLabels extends Object
Modifier and Type | Method and Description |
---|---|
RadialPointLabelCallback |
getCallback()
Returns the user callback to change point labels.
|
IsColor |
getFontColor()
Returns the font color for tick labels.
|
String |
getFontColorAsString()
Returns the font color for tick labels.
|
String |
getFontFamily()
Returns the font family for the tick labels, follows CSS font-family options.
|
int |
getFontSize()
Returns the font size for the tick labels.
|
FontStyle |
getFontStyle()
Returns the font style for the tick labels, follows CSS font-style options (i.e.
|
boolean |
isDisplay()
If true, labels are shown
|
void |
setCallback(RadialPointLabelCallback callback)
Sets the user callback to change point labels.
|
void |
setDisplay(boolean display)
If true, labels are shown
|
void |
setFontColor(IsColor fontColor)
Sets the font color for tick labels.
|
void |
setFontColor(String fontColor)
Sets the font color for tick labels.
|
void |
setFontFamily(String fontFamily)
Sets the font family for the tick labels, follows CSS font-family options.
|
void |
setFontSize(int fontSize)
Sets the font size for the tick labels.
|
void |
setFontStyle(FontStyle fontStyle)
Sets the font style for the tick labels, follows CSS font-style options (i.e.
|
public void setDisplay(boolean display)
display
- if true, labels are shownpublic boolean isDisplay()
public void setFontSize(int fontSize)
fontSize
- font size for the tick labels.public int getFontSize()
public void setFontStyle(FontStyle fontStyle)
fontStyle
- font style for the tick labels, follows CSS font-style options (i.e. normal, italic, oblique, initial,
inherit).public FontStyle getFontStyle()
public void setFontColor(IsColor fontColor)
fontColor
- font color for tick labels.public void setFontColor(String fontColor)
fontColor
- font color for tick labels.public String getFontColorAsString()
public IsColor getFontColor()
public void setFontFamily(String fontFamily)
fontFamily
- font family for the tick labels, follows CSS font-family options.public String getFontFamily()
public RadialPointLabelCallback getCallback()
public void setCallback(RadialPointLabelCallback callback)
callback
- the callback to set