Graph.SubGraphWindows
subgraphWindows :: (EdgeClass e, NodeClass n, Show n, Unbox UINode) => CGraphL n e -> CGraphL n e Source #
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