All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.resize.ResizeRemoteStrategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.resize.ResizeStrategy
                           |
                           +----pinball.player.resize.ResizeRemoteStrategy

public class ResizeRemoteStrategy
extends ResizeStrategy
The strategy thread for the player.


Variable Index

 o oldFlipperZone
Old flipperZone.
 o oldHeight
Old Height.
 o oldWidth
Old width.
 o oldXOffset
Old Xoffset.
 o oldYOffset
Old Yoffset.
 o resizedFull
Did it go to full screen.
 o resizedSmall
Did it go to small screen.

Constructor Index

 o ResizeRemoteStrategy(Buffer, TextArea)
The strategy thread for the player.

Variables

 o oldWidth
 private int oldWidth
Old width.

 o oldHeight
 private int oldHeight
Old Height.

 o oldXOffset
 private int oldXOffset
Old Xoffset.

 o oldYOffset
 private int oldYOffset
Old Yoffset.

 o oldFlipperZone
 private int oldFlipperZone
Old flipperZone.

 o resizedFull
 private boolean resizedFull
Did it go to full screen.

 o resizedSmall
 private boolean resizedSmall
Did it go to small screen.

Constructors

 o ResizeRemoteStrategy
 public ResizeRemoteStrategy(Buffer buffer,
                             TextArea gameStats)
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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index