Visualizes status of vertices in relation to the Queue by
coloring them
Methods
|
|
Append
Clear
Top
__init__
|
|
Append
|
Append ( self, v )
|
|
Clear
|
Clear ( self )
|
|
Top
|
Top ( self )
|
|
__init__
|
__init__ (
self,
theAnimator,
colorOn=cOnQueue,
colorOff=cRemovedFromQueue,
)
theAnimator will usually be the GraphDisplay(Frame/Toplevel)
|
|