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.
-
oldFlipperZone
- Old flipperZone.
-
oldHeight
- Old Height.
-
oldWidth
- Old width.
-
oldXOffset
- Old Xoffset.
-
oldYOffset
- Old Yoffset.
-
resizedFull
- Did it go to full screen.
-
resizedSmall
- Did it go to small screen.
-
ResizeRemoteStrategy(Buffer, TextArea)
-
The strategy thread for the player.
oldWidth
private int oldWidth
- Old width.
oldHeight
private int oldHeight
- Old Height.
oldXOffset
private int oldXOffset
- Old Xoffset.
oldYOffset
private int oldYOffset
- Old Yoffset.
oldFlipperZone
private int oldFlipperZone
- Old flipperZone.
resizedFull
private boolean resizedFull
- Did it go to full screen.
resizedSmall
private boolean resizedSmall
- Did it go to small screen.
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