Module Visualization/GGraph
This module is undocumented. This is a list of its definitions. 
GGraph :: Graph -> MMap.T a Node -> (a -> <b> [Property]) -> GGraph a b 
  
newGEdge :: GGraph a b -> a -> a -> [Property] -> <b,Proc> Edge 
  
newGGraph :: [Property] -> (a -> <b> [Property]) -> <Proc> GGraph a b 
  
newGNode :: GGraph a b -> a -> <b,Proc> Node 
  
showGGraph :: GGraph a b -> <Proc> () 
  
showGGraphIntoDataFile :: GGraph a b -> File -> <Proc> () 
  
showGGraphIntoImage :: GGraph a b -> String -> String -> File -> <Proc> () 
  
showGGraphWithAlgorithm :: String -> GGraph a b -> <Proc> () 
  
showGGraphWithNamedWindow :: String -> String -> GGraph a b -> <Proc> () 
  
 |