Table of Contents

Module: Embedder ./Embedder.py
Imported modules   
from DataStructures import Stack
from GatoGlobals import *
from GraphUtil import BFS
from PlanarEmbedding import *
from Tkinter import *
from math import pi, sin, cos
import string
from tkMessageBox import showwarning
import tkSimpleDialog
import whrandom
Functions   
BFSTreeCoords
CircularCoords
RandomCoords
RedrawGraph
TreeCoords
  BFSTreeCoords 
BFSTreeCoords (
        G,
        root,
        direction,
        )

  CircularCoords 
CircularCoords ( G )

  RandomCoords 
RandomCoords ( G )

  RedrawGraph 
RedrawGraph ( theGraphEditor )

  TreeCoords 
TreeCoords (
        G,
        root,
        orientation,
        )

Classes   
BFSLayoutDialog
BFSTreeEmbedder
CircularEmbedder
Embedder

This class provides an abstract Embedder as

FPP_PlanarEmbedder
RandomEmbedder
Schnyder_PlanarEmbedder
TreeEmbedder
TreeLayoutDialog

Table of Contents

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