All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.adjustable.AdjustableBufferInfo

java.lang.Object
   |
   +----pinball.buffer.BufferInfo
           |
           +----pinball.player.adjustable.AdjustableBufferInfo

public class AdjustableBufferInfo
extends BufferInfo
The information buffer's information


Variable Index

 o adjustableFlippers
Adjustments for the flippers.

Constructor Index

 o AdjustableBufferInfo(int)
Build the buffer information.

Method Index

 o getAdjustableFlippers()
Get the adjustable flippers.
 o readObject(ObjectInputStream)
Read the buffer information from the disk.
 o setAdjustableFlippers(AdjustableFlippers)
Set the adjustable flippers.
 o writeObject(ObjectOutputStream)
Save the buffer information to disk.

Variables

 o adjustableFlippers
 protected static AdjustableFlippers adjustableFlippers
Adjustments for the flippers.

Constructors

 o AdjustableBufferInfo
 public AdjustableBufferInfo(int id)
Build the buffer information.

Parameters:
id - the id for the buffer.

Methods

 o setAdjustableFlippers
 public void setAdjustableFlippers(AdjustableFlippers a)
Set the adjustable flippers.

Parameters:
a - The flippers.
 o getAdjustableFlippers
 public AdjustableFlippers getAdjustableFlippers()
Get the adjustable flippers.

Returns:
the adjustable flippers.
 o writeObject
 protected void writeObject(ObjectOutputStream s) throws IOException
Save the buffer information to disk.

Parameters:
s - location to write to.
 o readObject
 protected void readObject(ObjectInputStream s) throws IOException
Read the buffer information from the disk.

Parameters:
s - location to read from.

All Packages  Class Hierarchy  This Package  Previous  Next  Index