layered-graph-drawing-0.1.0.0: Layered Graph Drawing after Sugiyama
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graph.SubGraphWindows

Synopsis

Documentation

getColumns :: EdgeClass e => CGraphL n e -> (Map X [UINode], Map Int [Column]) Source #

To be able to jump vertically between nodes in an interactive ui

getRows :: CGraphL n e -> Map Y [UINode] Source #

To be able to jump horizontally between nodes in an interactive ui