Uses of Enum Class
org.vaadin.firitin.element.svg.TextElement.FontWeight
Packages that use TextElement.FontWeight
-
Uses of TextElement.FontWeight in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return TextElement.FontWeightModifier and TypeMethodDescriptionstatic TextElement.FontWeightReturns the enum constant of this class with the specified name.static TextElement.FontWeight[]TextElement.FontWeight.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.element.svg with parameters of type TextElement.FontWeightModifier and TypeMethodDescriptionTextElement.fontWeight(TextElement.FontWeight weight) Sets the font weight.TextPathElement.fontWeight(TextElement.FontWeight weight) Sets the font weight.TSpanElement.fontWeight(TextElement.FontWeight weight) Sets the font weight.TextElement.fontWeightRW(TextElement.FontWeight weight) Sets the font weight (read-write).TextPathElement.fontWeightRW(TextElement.FontWeight weight) Sets the font weight (read-write).TSpanElement.fontWeightRW(TextElement.FontWeight weight) Sets the font weight (read-write).