Common supertype for all nodes in an SVG DOM graph.
- Implementers
Properties
- blendMode → SIBlendMode?
-
The blend mode to use when painting this node.
no setter
- exportedID → String?
-
Get the exported ID value, or null.
no setter
- 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 pair
- 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 pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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