Inherited fromTracer.constructor
Create a tracer.
Add an edge.
The id of the node where the edge starts.
The id of the node where the edge ends.
Add a node.
The x position between-160 and+160.
-160
+160
The y position between-160 and+160.
Stop selecting a node.
The id of the node to stop selecting.
The id of the node to stop selecting from.
Inherited fromCommander.destroy
Remove the tracer.
Make the graph directed.
Arrange nodes on a circular layout.
Arrange nodes randomly.
Arrange nodes on a tree layout.
The id of a root node.
Whether to sort sibling nodes.
Leave after visiting a node.
The id of the node to leave.
The id of the node to leave to.
The weight oftarget to set to.
target
Synchronize with a log tracer.
Remove an edge.
Remove a node.
Inherited fromTracer.reset
Reset the tracer.
Select a node.
The id of the node to select.
The id of the node to select from.
Set an adjacency matrix to visualize.
Update an edge.
Update a node.
Visit a node.
The id of the node to visit.
The id of the node to visit from.
Make the graph weighted.
Inherited fromTracer.delay
Pause to show changes in all tracers.
The line number to indicate when paused. If omitted, the line calling this method will be indicated.
Generated usingTypeDoc