All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.buffer.ibuff.IBuffInfo

java.lang.Object
   |
   +----pinball.buffer.BufferInfo
           |
           +----pinball.buffer.ibuff.IBuffInfo

public class IBuffInfo
extends BufferInfo
The information buffer's information. This contains data about the frame from the camera. It is passed around to each of the threads. Each thread makes whatever analysis it needs to do on the information so that the system can play pinball.

See Also:
Buffer

Variable Index

 o devices

Constructor Index

 o IBuffInfo(int, InputDevices)
Build the buffer information.

Method Index

 o devices()

Variables

 o devices
 protected InputDevices devices

Constructors

 o IBuffInfo
 public IBuffInfo(int id,
                  InputDevices devices)
Build the buffer information.

Parameters:
id - id number for buffer.

Methods

 o devices
 public InputDevices devices()

All Packages  Class Hierarchy  This Package  Previous  Next  Index