Uses of Class
com.jbstrap.ui.components.charts.BulletChart
-
Uses of BulletChart in com.jbstrap.ui.components.charts
Modifier and TypeMethodDescriptionBulletChart.addElement
(String title) Creates a new chart item on the chartBulletChart.removeElement
(String title) Deletes a chart item from the chart by its name.BulletChart.setCurrentValue
(Long value) Sets the first chart item’s current value.BulletChart.setCurrentValue
(String title, Long value) Sets a chart item’s current value.BulletChart.setCurrentValueColor
(String color) Sets the color of the first chart item’s current value.BulletChart.setCurrentValueColor
(String title, String color) Sets the color for a chart item’s current value.BulletChart.setHeight
(int height) Sets the height of the first chart item.Sets the height of a chart item.BulletChart.setLevelColors
(String lowLevel, String mediumLevel, String highLevel) Sets the color of the ranges on the first chart.BulletChart.setLevelColors
(String title, String lowLevel, String mediumLevel, String highLevel) Sets the chart range colors.Sets the ranges on the first chart item.Sets the range values on a chart item.BulletChart.setMarkerColor
(String color) Sets the first chart item’s target value marker color.BulletChart.setMarkerColor
(String title, String color) Sets a chart item’s target value marker color.BulletChart.setMarkerWidth
(Integer width) Sets the first chart item’s target value marker width.BulletChart.setMarkerWidth
(String title, Integer width) Sets a chart item’s target value marker width.BulletChart.setNumbersFontColor
(String color) Sets the first chart item’s number color.BulletChart.setNumbersFontColor
(String title, String color) Sets the color of the numbers on a chart item.BulletChart.setNumbersFontFamily
(String fontFamily) Sets the font of the numbers on the first chart item.BulletChart.setNumbersFontFamily
(String title, String fontFamily) Sets the font of the numbers on a chart item.BulletChart.setNumbersFontSize
(int fontSize) Sets the font size of the numbers on the first chart item.BulletChart.setNumbersFontSize
(String title, int fontSize) Sets the font size of the numbers on a chart item.BulletChart.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.setPostfix
(String postfix) Sets the postfix of the numbers on the first chart item.BulletChart.setPostfix
(String title, String postfix) Sets the postfix of the numbers on the first chart item.Sets the prefix for the numbers displayed on the first chart item.Sets the prefix for the numbers on a chart item.BulletChart.setSubTitle
(String subTitle) Modifies the title of the first chart item.BulletChart.setSubTitle
(String title, String subTitle) Modifies the title of a chart item.BulletChart.setSubTitleFontColor
(String color) Sets the first chart item’s subtitle color.BulletChart.setSubTitleFontColor
(String title, String color) Sets a chart item’s subtitle color.BulletChart.setSubTitleFontFamily
(String fontFamily) Sets the font of the first chart item’s subtitle.BulletChart.setSubTitleFontFamily
(String title, String fontFamily) Sets the font of a chart item’s subtitle.BulletChart.setSubTitleFontSize
(int fontSize) Sets the font size of the first chart item’s subtitle.BulletChart.setSubTitleFontSize
(String title, int fontSize) Sets the font size of a chart item’ subtitle.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.setTargetValue
(Long value) Sets the first chart item’s target value.BulletChart.setTargetValue
(String title, Long value) Sets a chart item’s target value.BulletChart.setTicksColor
(String color) Sets the first chart item’s tick color.BulletChart.setTicksColor
(String title, String color) Sets a chart item’s tick color.BulletChart.setTicksWidth
(Integer width) Sets the first chart item’s tick width.BulletChart.setTicksWidth
(String title, Integer width) Sets a chart item’s tick width.Modifies the name of the first chart item.Modifies the name of a chart item.BulletChart.setTitleFontColor
(String color) Sets the first chart item’s title color.BulletChart.setTitleFontColor
(String title, String color) Sets the first chart item’s title color.BulletChart.setTitleFontFamily
(String fontFamily) Sets the font of the first chart item.BulletChart.setTitleFontFamily
(String title, String fontFamily) Sets the font of a chart item’s title.BulletChart.setTitleFontSize
(int fontSize) Sets the font size of the first chart item’s title.BulletChart.setTitleFontSize
(String title, int fontSize) Sets the font size of a chart item’s title.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.