NodeCluster class

Constructors

NodeCluster()

Properties

hashCode int
The hash code for this object.
no setterinherited
nodes List<Node>?
getter/setter pair
rect Rect?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Node node) → void
concat(NodeCluster cluster) → void
contains(Node node) bool
getNodes() List<Node>?
getRect() Rect?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offset(double xDiff, double yDiff) → void
setRect(Rect rect) → void
size() int
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited