graph-rewriting-layout-0.5.4: Force-directed node placement intended for incremental graph drawing

Safe HaskellNone
LanguageHaskell98

GraphRewriting.Layout.Wrapper

Synopsis

Documentation

data Wrapper w Source

Wraps a value of type w, augmenting it with layout information

Constructors

Wrapper 

Fields

wRot :: Rotation
 
wPos :: Position
 
wrappee :: w
 

wrapGraph :: Graph n -> Graph (Wrapper n) Source

Wraps the nodes of a graph, augmenting them with layout information

module Data.View