GraphNode class

Constructors

GraphNode.new(String id)

Properties

fx double?
给定的固定位置
getter/setter pair
fy double?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
height double
getter/setter pair
id String
ID 唯一Id
final
index int
节点索引
getter/setter pair
r num
半径
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vx double
当前X方向速度分量
getter/setter pair
vy double
当前Y方向速度分量
getter/setter pair
weight num
权重值
getter/setter pair
width double
getter/setter pair
x double
当前X位置(中心位置)
getter/setter pair
y double
当前Y位置(中心位置)
getter/setter pair

Methods

extGet<T>(String key) → T
inherited
extSet(String key, dynamic data) → void
inherited
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.
override