Graph representatation to which new edges are to be added.
Graph representatation to which new edges are to be added.
Temporary edge that is displayed while user is connecting vertices by dragging.
Tears down listeners for adding edges.
Sets up listeners for adding edges.
Method that handles dragging input when connecting two vertices.
Drag event.
Method that handles end of drag when connecting two vertices.
Vertex from which dragging started. Will be used as start vertex for new edge.
Drag start event.
Method that handles start of drag when connecting two vertices.
Vertex from which dragging started. Will be used as start vertex for temp edge.
Drag start event.
Generated using TypeDoc
Handler that set-ups and tear-downs listeners needed to handle user input associated with adding new edges to a graph. Also contains methods that are passed to those listeners.