Package | Description |
---|---|
simulation_Lab12Version |
Modifier and Type | Class and Description |
---|---|
class |
AnimationModel_Lab12
This class encapsulates a world that consists 40 sprites: 10 of each
subclass.
|
Constructor and Description |
---|
AnimationController_Lab12(Model model,
View view)
Instantiates a controller that is installed on the passed View and will,
in response to user events, mutate the passed Model.
|
View(Model theModel)
Construct a view of the world, using the passed Model as the source of
information about the world.
|