forked from algorithm-visualizer/algorithm-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Array2DTracer
Jason Park edited this page May 20, 2016
·
16 revisions
Array2DTracer inherits Tracer.
| Method | Description |
|---|---|
| _setData((Number[][]) data) | set array data to visualize |
| _notify((Number) x1, (Number) y1, (Number) x2, (Number) y2) | notify that the values of both (x1, y1) and (x2, y2) have been changed |
| _notify((Number) x, (Number) y) | notify that the value of (x, y) has been changed |
| _sleep((Number) duration) | delay before going to next step |
| _print((String) msg, (Boolean) delay) | print a message on the trace section |
| _pace((Number) interval) | set interval between steps |
| _clear() | erase all messages on the trace section |
| Module |
|---|
| Array1DTracer |