Table of Contents

Module: GraphCreator ./GraphCreator.py
Imported modules   
from Embedder import *
from Graph import *
from Tkinter import *
from math import log10, ceil
import string
from tkMessageBox import showwarning
import tkSimpleDialog
import whrandom
Functions   
CompleteEdges
DrawNewGraph
MaximalPlanarEdges
  CompleteEdges 
CompleteEdges (
        G,
        n,
        direction,
        )

  DrawNewGraph 
DrawNewGraph (
        theGraphEditor,
        G,
        direction,
        )

  MaximalPlanarEdges 
MaximalPlanarEdges (
        G,
        n,
        direction,
        )

Classes   
Creator

This class provides an abstract Creator as

Dialog
TreeDialog
completeGraphCreator
completeTreeCreator
maximalPlanarGraphCreator
randomGraphCreator
randomPlanarGraphCreator
randomTreeCreator

Table of Contents

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