Uses of Class
org.vaadin.firitin.element.svg.TextPathElement
Packages that use TextPathElement
-
Uses of TextPathElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return TextPathElementModifier and TypeMethodDescriptionTextPathElement.fontFamily(String fontFamily) Sets the font family.TextPathElement.fontFamilyRW(String fontFamily) Sets the font family (read-write).TextPathElement.fontSize(double size) Sets the font size.Sets the font size with a unit.TextPathElement.fontSizeRW(double size) Sets the font size (read-write).TextPathElement.fontSizeRW(String size) Sets the font size with a unit (read-write).TextPathElement.fontWeight(TextElement.FontWeight weight) Sets the font weight.TextPathElement.fontWeightRW(TextElement.FontWeight weight) Sets the font weight (read-write).Sets the href to reference a path element by ID.Sets the href to reference a path element by ID (read-write).TextPathElement.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).TextPathElement.path(PathElement path) Sets the path element for the text to follow.TextPathElement.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).TextPathElement.spacing(TextPathElement.Spacing spacing) Sets the spacing between glyphs.TextPathElement.spacingRW(TextPathElement.Spacing spacing) Sets the spacing between glyphs (read-write).TextPathElement.startOffset(double offset) Sets the offset along the path where text rendering starts.TextPathElement.startOffset(String offset) Sets the offset along the path with a unit.TextPathElement.startOffsetRW(double offset) Sets the offset along the path where text rendering starts (read-write).TextPathElement.startOffsetRW(String offset) Sets the offset along the path with a unit (read-write).Sets the text content.TextPathElement.textLength(double length) Sets the total length of the text.TextPathElement.textLengthRW(double length) Sets the total length of the text (read-write).