Uses of Enum Class
org.vaadin.firitin.element.svg.TextPathElement.Spacing
Packages that use TextPathElement.Spacing
-
Uses of TextPathElement.Spacing in org.vaadin.firitin.element.svg
Subclasses with type arguments of type TextPathElement.Spacing in org.vaadin.firitin.element.svgMethods in org.vaadin.firitin.element.svg that return TextPathElement.SpacingModifier and TypeMethodDescriptionstatic TextPathElement.SpacingReturns the enum constant of this class with the specified name.static TextPathElement.Spacing[]TextPathElement.Spacing.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.SpacingModifier and TypeMethodDescriptionTextPathElement.spacing(TextPathElement.Spacing spacing) Sets the spacing between glyphs.TextPathElement.spacingRW(TextPathElement.Spacing spacing) Sets the spacing between glyphs (read-write).