SvgText class SVG DOM
An SVG text
node. See
https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/text.html .
- Inheritance
Properties
- blendMode ↔ SIBlendMode?
-
The blend mode to use when painting a node.
getter/setter pairinherited
- display ↔ bool
-
Is this element displayed?
getter/setter pairinherited
- exportedID → String?
-
Get the exported ID value, or null.
no setterinherited
- groupAlpha ↔ int?
-
An alpha value to apply when painting a node and its descendants.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID value used to look up this node. See also
SvgDOM.resetIDLookup.
getter/setter pairinherited
- idIsExported ↔ bool
-
Is the ID exported? Exported IDs are specified when reading
an SVG; only nodes with exported IDs will have corresponding
ExportedID
values.getter/setter pairinherited - paint ↔ SvgPaint
-
SvgTextSpan.paint from root - see
getter/setter pairoverride
- root ↔ SvgTextSpan
-
The top-level span containing all of the text content.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styleClass ↔ String
-
SvgTextSpan.styleClass from root
getter/setter pairoverride
- tagName → String
-
The tag name of this node, to be used when matching CSS Style
instances.
no setteroverride
- textStyle ↔ SvgTextStyle
-
SvgTextSpan.textStyle from root
getter/setter pairoverride
- transform ↔ MutableAffine?
-
Transformation(s) to apply to a node, in matrix form.
getter/setter pairinherited
-
x
↔ List<
double> ? -
SvgTextSpan.x from root
getter/setter pair
-
y
↔ List<
double> ? -
SvgTextSpan.y from root
getter/setter pair
Methods
-
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