Uses of Class
simulation_MVC_Basic.View

Uses of View in simulation_MVC_Basic
 

Constructors in simulation_MVC_Basic with parameters of type View
Controller(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.