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