GraphLayout class abstract

Implementers

Constructors

GraphLayout.new({Fun2<Graph, List<GraphNode>, Map<GraphNode, num>>? sort, bool workerThread = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
layoutEnd VoidCallback
no getter
layoutUpdate VoidCallback
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort ↔ Fun2<Graph, List<GraphNode>, Map<GraphNode, num>>?
排序
getter/setter pair
workerThread bool
getter/setter pair

Methods

doLayout(Context context, Graph graph, num width, num height) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLayoutEnd() → void
onLayoutUpdate() → void
sortNode(Graph graph, List<GraphNode> list) → void
toString() String
A string representation of this object.
inherited

Operators

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