Module re_view_graph::layout

source ยท

Re-exportsยง

Modulesยง

  • geometry ๐Ÿ”’
    Provides geometric (shape) abstractions for the different elements of a graph layout.
  • params ๐Ÿ”’
  • provider ๐Ÿ”’
    Performs the layout of the graph, i.e. converting an LayoutRequest into a Layout.
  • request ๐Ÿ”’
    Contains all the (geometric) information that is considered when performing a graph layout.
  • result ๐Ÿ”’
    Defines the output of a layout algorithm, i.e. everything that we need to render the graph.
  • slots ๐Ÿ”’
    Force-directed graph layouts assume edges to be straight lines. A Slot represents the space that a single edge, or multiple edges can occupy between two nodes.