Module Visualization/Graphviz/Node
This module is undocumented. This is a list of its definitions.
applyNodeProperty :: Node -> Property -> <Proc> ()
newNode :: IGraph a => a -> [Property] -> <Proc> Node
newPrimitiveNode :: IGraph -> <Proc> Node
setGenericProperty :: Node -> String -> String -> <Proc> ()
setLabel :: Node -> String -> <Proc> ()
setShape :: Node -> String -> <Proc> ()
|