All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.nohit.NoHitStrategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.nohit.NoHitStrategy

public class NoHitStrategy
extends Strategy
The player never flips the flippers.


Constructor Index

 o NoHitStrategy()
For extended classes.
 o NoHitStrategy(Buffer, TextArea, Camera)
The strategy thread for the player.

Method Index

 o decision()
Should you flip or not.

Constructors

 o NoHitStrategy
 public NoHitStrategy(Buffer buffer,
                      TextArea gameStats,
                      Camera camera)
The strategy thread for the player.

Parameters:
buffer - the first buffer in the series of buffers for the system.
gameStats - the area to write the game stats to.
camera - the camera for the system.
 o NoHitStrategy
 public NoHitStrategy()
For extended classes.

Methods

 o decision
 public void decision()
Should you flip or not. It never flips.

Overrides:
decision in class Strategy

All Packages  Class Hierarchy  This Package  Previous  Next  Index