SVG path element that visualizes the edge.
End point of the edge. Used in case target vertex is not set (temp edge).
Vertex from which edge originates.
Visual representation of vertex from which edge originates.
Vertex at which edge ends.
Visual representation of vertex at which edge ends.
SVG text path used to link weightSvg to edgeSvg so that weight would be displayed on the edge.
Weight of the edge. Can be null if edge has no weight.
SVG text element that visualizes the weight of the edge.
Sets the end point for this edge. It will be used in case edge does not have a target vertex (temporary edge).
New end point for edge.
Sets weight for the edge and updates its visual representatation.
New weight for the edge.
Recalculates edge path coordinates and updates the DOM elements.
Generated using TypeDoc
Visual representation of an Edge. Crafts and manipulates DOM elements needed to present the edge.