SankeyLink class
A link (flow) between two nodes in the Sankey diagram
Constructors
- SankeyLink({required SankeyNode source, required SankeyNode target, required double value})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ int
-
Index assigned during layout computation
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ SankeyNode
-
The source node where this link originates
getter/setter pair
- target ↔ SankeyNode
-
The target node where this link terminates
getter/setter pair
- value ↔ double
-
The flow value/weight of this link
getter/setter pair
- width ↔ double
-
Computed width of the link (proportional to value)
getter/setter pair
- ySourceStart ↔ double
-
Vertical start position at source node
getter/setter pair
- yTargetEnd ↔ double
-
Vertical end position at target node
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