Link class

A link as defined by the two sets of points that determine the bezier curves of the link.

sourceUpper The location of the upper link at the source node. sourceLower The location of the lower link at the source node. targetUpper The location of the upper link at the target node. targetLower The location of the lower link at the target node.

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceLower Point<num>
final
sourceUpper Point<num>
final
targetLower Point<num>
final
targetUpper Point<num>
final

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