Uses of Class
com.vaadin.flow.component.charts.model.style.FontWeight
-
Packages that use FontWeight Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of FontWeight in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return FontWeight Modifier and Type Method Description FontWeightStyle. getFontWeight()static FontWeightFontWeight. valueOf(String name)Returns the enum constant of this type with the specified name.static FontWeight[]FontWeight. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model.style with parameters of type FontWeight Modifier and Type Method Description voidStyle. setFontWeight(FontWeight fontWeight)Sets thefont-weightCSS attribute.
-