Modifier and Type | Method and Description |
---|---|
FontStyle |
FontItem.getFontStyle()
Returns the font style, follows CSS font-style options (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
FontItem.setFontStyle(FontStyle fontStyle)
Sets the font style, follows CSS font-style options (i.e.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
Tooltips.getBodyFontStyle()
Returns the body font style.
|
FontStyle |
Options.getDefaultFontStyle()
Returns the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-style options (i.e.
|
FontStyle |
Title.getFontStyle() |
FontStyle |
Tooltips.getFooterFontStyle()
Returns the footer font style.
|
FontStyle |
Tooltips.getTitleFontStyle()
Returns the title font style.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltips.setBodyFontStyle(FontStyle bodyFontStyle)
Sets the body font style.
|
void |
Options.setDefaultFontStyle(FontStyle fontStyle)
Sets the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS font-style options (i.e.
|
void |
Tooltips.setFooterFontStyle(FontStyle footerFontStyle)
Sets the footer font style.
|
void |
Tooltips.setTitleFontStyle(FontStyle titleFontStyle)
Sets the title font style.
|
Modifier and Type | Method and Description |
---|---|
static FontStyle |
FontStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontStyle[] |
FontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
TooltipModel.getBodyFontStyle()
Returns the font style of the tooltip body section.
|
FontStyle |
TooltipModel.getFooterFontStyle()
Returns the font style of the tooltip footer section.
|
FontStyle |
TooltipModel.getTitleFontStyle()
Returns the font style of the tooltip title section.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
Tooltips.getBodyFontStyle()
Returns the body font style.
|
FontStyle |
Title.getFontStyle()
Returns the font style for title, follows CSS font-style options (i.e.
|
FontStyle |
MeterOptions.getFontStyle() |
FontStyle |
LegendLabels.getFontStyle()
Returns the font style for the label, follows CSS font-style options (i.e.
|
FontStyle |
Tooltips.getFooterFontStyle()
Returns the footer font style.
|
FontStyle |
Tooltips.getTitleFontStyle()
Returns the title font style.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltips.setBodyFontStyle(FontStyle bodyFontStyle)
Sets the body font style.
|
void |
Title.setFontStyle(FontStyle fontStyle)
Sets the font style for title, follows CSS font-style options (i.e.
|
void |
MeterOptions.setFontStyle(FontStyle fontStyle) |
void |
LegendLabels.setFontStyle(FontStyle fontStyle)
Sets the font style for the label, follows CSS font-style options (i.e.
|
void |
Tooltips.setFooterFontStyle(FontStyle footerFontStyle)
Sets the footer font style.
|
void |
Tooltips.setTitleFontStyle(FontStyle titleFontStyle)
Sets the title font style.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
RadialPointLabels.getFontStyle()
Returns the font style for the tick labels, follows CSS font-style options (i.e.
|
FontStyle |
CartesianScaleLabel.getFontStyle()
Returns the font style for the scale title, follows CSS font-style options (i.e.
|
FontStyle |
BaseTick.getFontStyle()
Returns the font style for the tick, follows CSS font-style options (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
RadialPointLabels.setFontStyle(FontStyle fontStyle)
Sets the font style for the tick labels, follows CSS font-style options (i.e.
|
void |
CartesianScaleLabel.setFontStyle(FontStyle fontStyle)
Sets the font style for the scale title, follows CSS font-style options (i.e.
|
void |
BaseTick.setFontStyle(FontStyle fontStyle)
Sets the font style for the tick, follows CSS font-style options (i.e.
|