All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.movitrobot.RobotMenu

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----pinball.MainMenu
                                           |
                                           +----pinball.player.movitrobot.RobotMenu

public class RobotMenu
extends MainMenu
Control the robot by the arrow keys.


Variable Index

 o controls
Control the robot.

Constructor Index

 o RobotMenu(Camera, StdPlayer, String)
Create the window and get the camera's settings

Method Index

 o begin()
Startup the system.
 o controls()
The controls to control the robot.

Variables

 o controls
 protected MovitRobotControls controls
Control the robot.

Constructors

 o RobotMenu
 public RobotMenu(Camera Qcam,
                  StdPlayer player,
                  String stratThread)
Create the window and get the camera's settings

Parameters:
Qcam - The camera.
player - The player of the game.
stratThread - Defines how the strategy is to player. Either local, client or server.

Methods

 o controls
 public MovitRobotControls controls()
The controls to control the robot.

Returns:
the robot controls.
 o begin
 public void begin()
Startup the system.

Overrides:
begin in class MainMenu

All Packages  Class Hierarchy  This Package  Previous  Next  Index