Uses of Enum Class
com.vaadin.componentfactory.maps.model.style.FontWeight
Packages that use FontWeight
-
Uses of FontWeight in com.vaadin.componentfactory.maps.model.style
Methods in com.vaadin.componentfactory.maps.model.style that return FontWeightModifier and TypeMethodDescriptionStyle.getFontWeight()Getter for the fieldfontWeight.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.componentfactory.maps.model.style with parameters of type FontWeightModifier and TypeMethodDescriptionvoidStyle.setFontWeight(FontWeight fontWeight) Sets thefont-weightCSS attribute.