public class ScreenManager
extends java.lang.Object
Constructor and Description |
---|
ScreenManager() |
Modifier and Type | Method and Description |
---|---|
BoardActiveScreen |
getBoardActiveScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the board active screen
|
CardChoiceScreen |
getCardChoiceScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the card choice screen
|
IPAddressScreen |
getIPAddressScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the ip address screen
|
LoadingScreen |
getLoadingScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the loading screen
|
LobbyScreen |
getLobbyScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the lobby screen
|
CardChoiceScreen |
getNewCardChoiceScreen(RoboRallyWrapper roboRallyWrapper)
Gets a new instance of the card choice screen
|
PowerDownScreen |
getPowerDownScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the power down screen
|
StartMenuScreen |
getStartMenuScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the start menu screen
|
UsernameScreen |
getUsernameScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the username screen
|
WinnerScreen |
getWinnerScreen(RoboRallyWrapper roboRallyWrapper)
Gets an instance of the winner screen
|
public CardChoiceScreen getNewCardChoiceScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic CardChoiceScreen getCardChoiceScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic WinnerScreen getWinnerScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic PowerDownScreen getPowerDownScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic LobbyScreen getLobbyScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic IPAddressScreen getIPAddressScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic UsernameScreen getUsernameScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic StartMenuScreen getStartMenuScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic LoadingScreen getLoadingScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to usepublic BoardActiveScreen getBoardActiveScreen(RoboRallyWrapper roboRallyWrapper)
roboRallyWrapper
- The Robo Rally launcher instance to use