Uses of Class
frog.demo.UFOSprite

Packages that use UFOSprite
frog.demo   
 

Uses of UFOSprite in frog.demo
 

Fields in frog.demo with type parameters of type UFOSprite
 HashSet<UFOSprite> CowSprite.chasers
          UFOs currently chasing this cow
 

Methods in frog.demo with parameters of type UFOSprite
 void CowSprite.addChasingUFO(UFOSprite ufo)
          Adds an additional UFO to the list of chasing UFOs.
protected  void DemoController.removeUFO(UFOSprite ufo)
          Removes a UFO from the game and decrements the total UFO count by 1.