Uses of Enum Class
org.vaadin.firitin.element.svg.TextElement.FontStyle
Packages that use TextElement.FontStyle
-
Uses of TextElement.FontStyle in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return TextElement.FontStyleModifier and TypeMethodDescriptionstatic TextElement.FontStyleReturns the enum constant of this class with the specified name.static TextElement.FontStyle[]TextElement.FontStyle.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.FontStyleModifier and TypeMethodDescriptionTextElement.fontStyle(TextElement.FontStyle style) Sets the font style.TSpanElement.fontStyle(TextElement.FontStyle style) Sets the font style.TextElement.fontStyleRW(TextElement.FontStyle style) Sets the font style (read-write).TSpanElement.fontStyleRW(TextElement.FontStyle style) Sets the font style (read-write).