Uses of Enum Class
com.vaadin.flow.component.charts.model.style.FontWeight
Packages that use FontWeight
-
Uses of FontWeight in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return FontWeightModifier and TypeMethodDescriptionStyle.getFontWeight()
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.Methods in com.vaadin.flow.component.charts.model.style with parameters of type FontWeightModifier and TypeMethodDescriptionvoid
Style.setFontWeight
(FontWeight fontWeight) Sets thefont-weight
CSS attribute.