Uses of Class
org.vaadin.firitin.element.svg.TextElement
Packages that use TextElement
-
Uses of TextElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return TextElementModifier and TypeMethodDescriptionTextElement.add(SvgElement... children) Adds child elements to this text element.TextElement.dominantBaseline(TextElement.DominantBaseline baseline) Sets the dominant baseline (vertical alignment).TextElement.dominantBaselineRW(TextElement.DominantBaseline baseline) Sets the dominant baseline (vertical alignment) (read-write).TextElement.dx(double dx) Sets the horizontal shift from the previous text position.TextElement.dxRW(double dx) Sets the horizontal shift from the previous text position (read-write).TextElement.dy(double dy) Sets the vertical shift from the previous text position.TextElement.dyRW(double dy) Sets the vertical shift from the previous text position (read-write).TextElement.fontFamily(String fontFamily) Sets the font family.TextElement.fontFamilyRW(String fontFamily) Sets the font family (read-write).TextElement.fontSize(double size) Sets the font size.Sets the font size with a unit.TextElement.fontSizeRW(double size) Sets the font size (read-write).TextElement.fontSizeRW(String size) Sets the font size with a unit (read-write).TextElement.fontStyle(TextElement.FontStyle style) Sets the font style.TextElement.fontStyleRW(TextElement.FontStyle style) Sets the font style (read-write).TextElement.fontWeight(TextElement.FontWeight weight) Sets the font weight.TextElement.fontWeightRW(TextElement.FontWeight weight) Sets the font weight (read-write).TextElement.letterSpacing(double spacing) Sets the letter spacing.TextElement.letterSpacing(String spacing) Sets the letter spacing with a unit.TextElement.letterSpacingRW(double spacing) Sets the letter spacing (read-write).TextElement.letterSpacingRW(String spacing) Sets the letter spacing with a unit (read-write).TextElement.position(double x, double y) Sets the position of the text.TextElement.positionRW(double x, double y) Sets the position of the text (read-write).Sets the rotation for each character.Sets the rotation for each character (read-write).Sets the text content.TextElement.textAnchor(TextElement.TextAnchor anchor) Sets the text anchor (horizontal alignment).TextElement.textAnchorRW(TextElement.TextAnchor anchor) Sets the text anchor (horizontal alignment) (read-write).TextElement.textDecoration(TextElement.TextDecoration decoration) Sets the text decoration.TextElement.textDecorationRW(TextElement.TextDecoration decoration) Sets the text decoration (read-write).TextElement.textLength(double length) Sets the total length of the text.TextElement.textLengthRW(double length) Sets the total length of the text (read-write).TextElement.wordSpacing(double spacing) Sets the word spacing.TextElement.wordSpacingRW(double spacing) Sets the word spacing (read-write).TextElement.x(double x) Sets the x coordinate of the text starting point.Sets the x coordinate with a unit.TextElement.xRW(double x) Sets the x coordinate of the text starting point (read-write).Sets the x coordinate with a unit (read-write).TextElement.y(double y) Sets the y coordinate of the text starting point.Sets the y coordinate with a unit.TextElement.yRW(double y) Sets the y coordinate of the text starting point (read-write).Sets the y coordinate with a unit (read-write).