All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.nativeimageprocesschanges.NativeImageProcessChangesPlayer

java.lang.Object
   |
   +----pinball.player.standard.StdPlayer
           |
           +----pinball.player.nativeimageprocesschanges.NativeImageProcessChangesPlayer

public class NativeImageProcessChangesPlayer
extends StdPlayer
Player which uses the native method to analyze the changes in the frames.


Constructor Index

 o NativeImageProcessChangesPlayer()

Method Index

 o analyze(Buffer)
Get the analyze thread for the player.
 o main(String[])
Start up the program.

Constructors

 o NativeImageProcessChangesPlayer
 public NativeImageProcessChangesPlayer()

Methods

 o main
 public static void main(String args[])
Start up the program. Takes command line arguments. Takes the following command line arguments: -s for server mode. -c for client mode.

 o analyze
 public Analyze analyze(Buffer buffer)
Get the analyze thread for the player.

Parameters:
buffer - the first buffer in the series of buffers for the system.
Returns:
Analyze thread.
Overrides:
analyze in class StdPlayer

All Packages  Class Hierarchy  This Package  Previous  Next  Index