Uses of Enum Class
org.vaadin.firitin.element.svg.TextPathElement.Side
Packages that use TextPathElement.Side
-
Uses of TextPathElement.Side in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return TextPathElement.SideModifier and TypeMethodDescriptionstatic TextPathElement.SideReturns the enum constant of this class with the specified name.static TextPathElement.Side[]TextPathElement.Side.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 TextPathElement.SideModifier and TypeMethodDescriptionTextPathElement.side(TextPathElement.Side side) Sets which side of the path the text is rendered on.TextPathElement.sideRW(TextPathElement.Side side) Sets which side of the path the text is rendered on (read-write).