Uses of Interface
lab7lib.IUpdatable

Packages that use IUpdatable
lab7lib   
 

Uses of IUpdatable in lab7lib
 

Classes in lab7lib that implement IUpdatable
 class EllipticalShape
           
 class HexagonShape
          A square that moves when told to.
 class SquareShape
          A square that moves when told to.
 

Methods in lab7lib with parameters of type IUpdatable
 void Window.addIUpdatable(IUpdatable updatable)
          Adds a new item to the animator so that it can be animated on the screen.