Uses of Enum Class
com.jbstrap.ui.components.charts.params.enums.FontWeight
-
Uses of FontWeight in com.jbstrap.ui.components.charts
Modifier and TypeMethodDescriptionBulletChart.getNumbersFontWeight()
Gets the font weight of the numbers on the first chart item.BulletChart.getNumbersFontWeight
(String title) Gets the font weight of the numbers on a chart item.BulletChart.getSubTitleFontWeight()
Gets the font weight of the first chart item’s subtitle.BulletChart.getSubTitleFontWeight
(String title) Gets the font weight of a chart item’s subtitle.BulletChart.getTitleFontWeight()
Gets the first chart item’s title font weight.BulletChart.getTitleFontWeight
(String title) Gets the font weight of a chart item’s title.ChartCanvas.getTitleFontWeight()
Gets the chart title font weight.Modifier and TypeMethodDescriptionBulletChart.setNumbersFontWeight
(FontWeight weight) Sets the font weight of the numbers on the first chart item.BulletChart.setNumbersFontWeight
(String title, FontWeight weight) Sets the font weight of the numbers on a chart item.BulletChart.setSubTitleFontWeight
(FontWeight weight) Sets the font weight of the first chart item’s subtitle.BulletChart.setSubTitleFontWeight
(String title, FontWeight weight) Sets the font weight of a chart item’s subtitle.BulletChart.setTitleFontWeight
(FontWeight weight) Sets the font weight of the first chart item’s title.BulletChart.setTitleFontWeight
(String title, FontWeight weight) Sets the font weight of the chart item’s title.ChartCanvas.setTitleFontWeight
(FontWeight fontWeight) Sets the chart title font weight. -
Uses of FontWeight in com.jbstrap.ui.components.charts.params.enums
Modifier and TypeMethodDescriptionstatic FontWeight
Determines a font weight by its specified name.static FontWeight
Determines the font weight based on the font weight value.static FontWeight
Returns the enum constant of this class with the specified name.static FontWeight[]
FontWeight.values()
Returns an array containing the constants of this enum class, in the order they are declared.