Uses of Interface
gameComponents.Sprite

Uses of Sprite in gameComponents
 

Classes in gameComponents that implement Sprite
 class ProjectileSprite
          This class encapsulates an on-screen sprite that represents a projectile in our game.
 class ScoreTallySprite
          This class encapsulates an on-screen sprite that represents a shooter in our asteroids-like video game.
 class ShooterSprite
          This class encapsulates an on-screen sprite that represents a shooter in our asteroids-like video game.
 class TargetSprite
           
 

Methods in gameComponents that return types with arguments of type Sprite
 java.util.Collection<Sprite> SpriteDataModel.getSprites()
          Return this collection as a List of PolkaDot objects.
 

Methods in gameComponents with parameters of type Sprite
 boolean TargetSprite.isCollided(Sprite s)