Uses of Enum Class
org.vaadin.firitin.element.svg.TextElement.TextAnchor
Packages that use TextElement.TextAnchor
-
Uses of TextElement.TextAnchor in org.vaadin.firitin.element.svg
Subclasses with type arguments of type TextElement.TextAnchor in org.vaadin.firitin.element.svgModifier and TypeClassDescriptionstatic enumText anchor options for horizontal alignment.Methods in org.vaadin.firitin.element.svg that return TextElement.TextAnchorModifier and TypeMethodDescriptionstatic TextElement.TextAnchorReturns the enum constant of this class with the specified name.static TextElement.TextAnchor[]TextElement.TextAnchor.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.TextAnchorModifier and TypeMethodDescriptionTextElement.textAnchor(TextElement.TextAnchor anchor) Sets the text anchor (horizontal alignment).TextElement.textAnchorRW(TextElement.TextAnchor anchor) Sets the text anchor (horizontal alignment) (read-write).