Uses of Class
vooga.gameEngine.item.StaticItem

Packages that use StaticItem
games.SpaceInvaders.items   
vooga.gameEngine.item   
 

Uses of StaticItem in games.SpaceInvaders.items
 

Subclasses of StaticItem in games.SpaceInvaders.items
 class InfoBar
           
 

Uses of StaticItem in vooga.gameEngine.item
 

Subclasses of StaticItem in vooga.gameEngine.item
 class MenuScreen
          Class MenuScreen represents a StaticItem that will always take up the entire viewable space.
 class PlacedText
          Class PlacedText represents text that is displayed statically on screen.