Module layout

Source
Expand description

This module the implementation of VisualGraph, which is the data-structure that we use for assigning (x,y) locations to all of the shapes and edges. The VisualGraph uses a DAG to represent the relationships between the nodes and the Ranks data-structure to represent rows of shapes that have the same x coordinate.

Structsยง

VisualGraph