Uses of Enum Class
org.vaadin.firitin.element.svg.TextElement.TextDecoration
Packages that use TextElement.TextDecoration
-
Uses of TextElement.TextDecoration in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return TextElement.TextDecorationModifier and TypeMethodDescriptionstatic TextElement.TextDecorationReturns the enum constant of this class with the specified name.static TextElement.TextDecoration[]TextElement.TextDecoration.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.TextDecorationModifier and TypeMethodDescriptionTextElement.textDecoration(TextElement.TextDecoration decoration) Sets the text decoration.TSpanElement.textDecoration(TextElement.TextDecoration decoration) Sets the text decoration.TextElement.textDecorationRW(TextElement.TextDecoration decoration) Sets the text decoration (read-write).TSpanElement.textDecorationRW(TextElement.TextDecoration decoration) Sets the text decoration (read-write).