Table of Contents

Class: GraphInformer ./GraphUtil.py

Provides information about edges and vertices of a graph. Used as argument for GraphDisplay.RegisterGraphInformer()

Methods   
DefaultInfo
EdgeInfo
SetDefaultInfo
VertexInfo
__init__
  DefaultInfo 
DefaultInfo ( self )

Provide an default text which is shown when no edge/vertex info is displayed

  EdgeInfo 
EdgeInfo (
        self,
        tail,
        head,
        )

Provide an info text for edge (tail,head)

  SetDefaultInfo 
SetDefaultInfo ( self,  info="" )

  VertexInfo 
VertexInfo ( self,  v )

Provide an info text for vertex v

  __init__ 
__init__ ( self,  G )


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0