All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.standardV2.StandardV2Stub

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Stub
                   |
                   +----pinball.player.standardV2.StandardV2Stub

public class StandardV2Stub
extends Stub
Controller for the standardplayerv2.


Constructor Index

 o StandardV2Stub(Buffer, TextArea, Strategy, Camera)
The stub for the strategy.

Method Index

 o findFlippers(int)
Search for the flipper the number of times given.

Constructors

 o StandardV2Stub
 public StandardV2Stub(Buffer buffer,
                       TextArea gameStats,
                       Strategy strategy,
                       Camera camera)
The stub for the strategy.

Parameters:
buffer - The first buffer for the information buffers.
gameStats - the area on the screen to write stats info.
strategy - the strategy thread.
camera - the camera for the system.

Methods

 o findFlippers
 public void findFlippers(int quantity)
Search for the flipper the number of times given.

Parameters:
quantity - number of times to look for the flippers.
Overrides:
findFlippers in class Stub

All Packages  Class Hierarchy  This Package  Previous  Next  Index