Uses of Class
org.vaadin.firitin.element.svg.TSpanElement
Packages that use TSpanElement
-
Uses of TSpanElement in org.vaadin.firitin.element.svg
Methods in org.vaadin.firitin.element.svg that return TSpanElementModifier and TypeMethodDescriptionTSpanElement.baselineShift(String shift) Sets the baseline shift with a custom value.TSpanElement.baselineShift(TSpanElement.BaselineShift shift) Sets the baseline shift (for subscript/superscript).TSpanElement.baselineShiftRW(String shift) Sets the baseline shift with a custom value (read-write).TSpanElement.baselineShiftRW(TSpanElement.BaselineShift shift) Sets the baseline shift (for subscript/superscript) (read-write).TSpanElement.dx(double dx) Sets the horizontal shift from the previous text position.Sets the horizontal shift with a unit.TSpanElement.dxRW(double dx) Sets the horizontal shift from the previous text position (read-write).Sets the horizontal shift with a unit (read-write).TSpanElement.dy(double dy) Sets the vertical shift from the previous text position.Sets the vertical shift with a unit.TSpanElement.dyRW(double dy) Sets the vertical shift from the previous text position (read-write).Sets the vertical shift with a unit (read-write).TSpanElement.fontFamily(String fontFamily) Sets the font family.TSpanElement.fontFamilyRW(String fontFamily) Sets the font family (read-write).TSpanElement.fontSize(double size) Sets the font size.Sets the font size with a unit.TSpanElement.fontSizeRW(double size) Sets the font size (read-write).TSpanElement.fontSizeRW(String size) Sets the font size with a unit (read-write).TSpanElement.fontStyle(TextElement.FontStyle style) Sets the font style.TSpanElement.fontStyleRW(TextElement.FontStyle style) Sets the font style (read-write).TSpanElement.fontWeight(TextElement.FontWeight weight) Sets the font weight.TSpanElement.fontWeightRW(TextElement.FontWeight weight) Sets the font weight (read-write).Sets the rotation for each character.Sets the rotation for each character (read-write).Sets the text content.TSpanElement.textDecoration(TextElement.TextDecoration decoration) Sets the text decoration.TSpanElement.textDecorationRW(TextElement.TextDecoration decoration) Sets the text decoration (read-write).TSpanElement.textLength(double length) Sets the total length of the text in this tspan.TSpanElement.textLengthRW(double length) Sets the total length of the text in this tspan (read-write).TSpanElement.x(double x) Sets the absolute x coordinate for this tspan.Sets the absolute x coordinate with a unit.TSpanElement.xRW(double x) Sets the absolute x coordinate for this tspan (read-write).Sets the absolute x coordinate with a unit (read-write).TSpanElement.y(double y) Sets the absolute y coordinate for this tspan.Sets the absolute y coordinate with a unit.TSpanElement.yRW(double y) Sets the absolute y coordinate for this tspan (read-write).Sets the absolute y coordinate with a unit (read-write).