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 FontStyleTooltip.bodyFontStyleprotected FontStyleLegendLabels.fontStyleprotected FontStyleTooltip.footerFontStyleprotected FontStyleFont.styleprotected FontStyleTooltip.titleFontStyleMethods 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. normal, italic, oblique, initial, inherit).Tooltip.setTitleFontStyle(FontStyle titleFontStyle)