Algorithm class abstract

Implementers

Constructors

Algorithm()

Properties

hashCode int
The hash code for this object.
no setterinherited
renderer EdgeRenderer?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init(Graph? graph) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(Graph? graph, double shiftX, double shiftY) Size
Executes the algorithm. @param shiftY Shifts the y-coordinate origin @param shiftX Shifts the x-coordinate origin @return The size of the graph
setDimensions(double width, double height) → void
setFocusedNode(Node node) → void
step(Graph? graph) → void
toString() String
A string representation of this object.
inherited

Operators

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