uwcse.animation
Interface Prop

All Known Implementing Classes:
ShapeProp

public interface Prop


Method Summary
 void addTo(uwcse.graphics.GWindow w)
          Every Prop must be able to draw itself on a GWindow.
 void removeFromWindow()
          Every Prop must be able to remove itself from its GWindow.
 

Method Detail

addTo

public void addTo(uwcse.graphics.GWindow w)
Every Prop must be able to draw itself on a GWindow.

removeFromWindow

public void removeFromWindow()
Every Prop must be able to remove itself from its GWindow.