Uses of Class
simulation_MVC_Basic.View

Uses of View in simulation_MVC_Basic
 

Constructors in simulation_MVC_Basic with parameters of type View
ControllerQ1(View gameCanvas, Model gameWorld)
          Instantiates a controller that is installed on the passed View and will, in response to user events, mutate the passed Model.
ControllerQ2(View gameCanvas, Model gameWorld)
          Instantiates a controller that is installed on the passed View and will, in response to user events, mutate the passed Model.
ControllerQ3(View gameCanvas, Model gameWorld)
          Instantiates a controller that is installed on the passed View and will, in response to user events, mutate the passed Model.