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

Safe HaskellNone

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
 

Instances

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

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

module Data.View