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 FontWeightReturns 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 TypeMethodDescriptionvoidStyle.setFontWeight(FontWeight fontWeight) Sets thefont-weightCSS attribute.