Table of Contents
Visualizes status of vertices in relation to the Stack by coloring them
cOnQueue if they are in the queue - cRemovedFromQueue if they have been on the queue and were removed
Clear ( self )
Pop ( self )
Push ( self, v )
__init__ ( self, theAnimator, color=cOnQueue, )
theAnimator will usually be the GraphDisplay(Frame/Toplevel)