Graph representatation which contains edges for which weights will be chaged.
Graph representatation which contains edges for which weights will be chaged.
Keypress listener for tracking weight input. Stored in order to unsubscribe the listener on tear down.
Edge for which weight is being entered.
Tears down listeners for manipulating weights of edges.
Sets up listeners for manipulating weights of edges.
Handles keypress and alters weight accordingly for currently selected edge. Does nothing if no edge is selected.
Keyboard press event.
Generated using TypeDoc
Handler that set-ups and tear-downs listeners needed to handle user input associated with manipulating weights of edges. Also handles the aforementioned events and updates weights of edges.