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
|
|
|
|