Uses of Package
CSE115.FishBowl

Packages that use CSE115.FishBowl
CSE115.FishBowl This package contains the necessary classes for swimming fish. 
 

Classes in CSE115.FishBowl used by CSE115.FishBowl
Animator
          Normal users can ignore this class. Tells MovingBody objects when to move.
FishHatchery
          Specifies the required functionality so that the menu can talk to some class, written by you, to create the different kinds of fish.
MovingBody
          Normal users can ignore this interface. Methods needed for body that can be animated and moved.
MovingBodyAdapter
          Normal users can ignore this class. A class that implements many of the methods of MovingBody by delegating the work to Shape objects.
Shape
          Normal users can ignore this interface. An entity that implements all of NGP.Graphic, NGP.Locatable, and NGP.Sizeable.