Uses of Enum Class
org.vaadin.firitin.element.svg.TextPathElement.Method
Packages that use TextPathElement.Method
-
Uses of TextPathElement.Method in org.vaadin.firitin.element.svg
Subclasses with type arguments of type TextPathElement.Method in org.vaadin.firitin.element.svgMethods in org.vaadin.firitin.element.svg that return TextPathElement.MethodModifier and TypeMethodDescriptionstatic TextPathElement.MethodReturns the enum constant of this class with the specified name.static TextPathElement.Method[]TextPathElement.Method.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.MethodModifier and TypeMethodDescriptionTextPathElement.method(TextPathElement.Method method) Sets the method used to render individual glyphs along the path.TextPathElement.methodRW(TextPathElement.Method method) Sets the method used to render individual glyphs along the path (read-write).