Uses of Enum
software.xdev.chartjs.model.enums.FontStyle
Packages that use FontStyle
-
Uses of FontStyle in software.xdev.chartjs.model.enums
Methods in software.xdev.chartjs.model.enums that return FontStyle -
Uses of FontStyle in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as FontStyleModifier and TypeFieldDescriptionprotected FontStyle
Tooltip.bodyFontStyle
protected FontStyle
LegendLabels.fontStyle
protected FontStyle
Tooltip.footerFontStyle
protected FontStyle
Font.style
protected FontStyle
Tooltip.titleFontStyle
Methods in software.xdev.chartjs.model.options that return FontStyleModifier and TypeMethodDescriptionTooltip.getBodyFontStyle()
LegendLabels.getFontStyle()
Tooltip.getFooterFontStyle()
Font.getStyle()
Tooltip.getTitleFontStyle()
Methods in software.xdev.chartjs.model.options with parameters of type FontStyleModifier and TypeMethodDescriptionTooltip.setBodyFontStyle
(FontStyle bodyFontStyle) LegendLabels.setFontStyle
(FontStyle fontStyle) Font style inherited from global configurationTooltip.setFooterFontStyle
(FontStyle footerFontStyle) Font style for tooltip footer.Font style for the scale title, follows CSS font-style options (i.e.Tooltip.setTitleFontStyle
(FontStyle titleFontStyle)