All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.JavaQcam

java.lang.Object
   |
   +----pinball.JavaQcam

public class JavaQcam
extends Object
Starts up the pinball program with the type of player that logs in.


Variable Index

 o how
How the player is going to play.
 o menu
The main menu of the program.
 o player
The player to play pinball.
 o Qcam
Generate the camera.

Constructor Index

 o JavaQcam()
For extended classes.
 o JavaQcam(String[], StdPlayer, String)
Starts the pinball program.

Method Index

 o begin(String[], String)
Start up the program.
 o createMenu()
 o next()
Used by the Options menu to continue with the program.

Variables

 o menu
 protected MainMenu menu
The main menu of the program. Used to start,exit the program.

 o Qcam
 protected Camera Qcam
Generate the camera. Used to watch the pinball game.

 o player
 protected StdPlayer player
The player to play pinball.

 o how
 protected String how
How the player is going to play.

Constructors

 o JavaQcam
 public JavaQcam()
For extended classes.

 o JavaQcam
 public JavaQcam(String args[],
                 StdPlayer player,
                 String how)
Starts the pinball program.

Parameters:
args - The command line arguments given.
player - The player of the game.
how - How the player will player. Local, Client, or Server.

Methods

 o begin
 protected void begin(String args[],
                      String how)
Start up the program. Takes command line arguments.

Parameters:
args - The command line arguments given.
how - How the player will player. Local, Client, or Server.
 o next
 protected void next()
Used by the Options menu to continue with the program.

 o createMenu
 public void createMenu()

All Packages  Class Hierarchy  This Package  Previous  Next  Index