SvgTextSpan class SVG DOM
An SVG tspan
. See
https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/text.html .
- Inheritance
-
- Object
- SvgInheritableTextAttributes
- SvgTextSpan
- Implemented types
Constructors
- SvgTextSpan(String tagName)
Properties
-
dx
↔ List<
double> ? -
getter/setter pair
-
dy
↔ List<
double> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- paint ↔ SvgPaint
-
The paint parameters to use when rendering a node.
getter/setter pairinherited
-
parts
↔ List<
SvgTextSpanComponent> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styleClass ↔ String
-
The Stylesheet
class
value for CSS Style instances to be applied to this node.getter/setter pairinherited - tagName → String
-
The tag name of this node, to be used when matching CSS Style
instances.
final
- textStyle ↔ SvgTextStyle
-
The text styling information to use when rendering a node
getter/setter pairinherited
-
x
↔ List<
double> ? -
getter/setter pair
-
y
↔ List<
double> ? -
getter/setter pair
Methods
-
appendPart(
SvgTextSpanComponent part) → void -
appendToPart(
String added) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited