|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.newdawn.slick.util.Bootstrap
public class Bootstrap
Utility class to wrap up starting a game in a single line
| Constructor Summary | |
|---|---|
Bootstrap()
|
|
| Method Summary | |
|---|---|
static void |
runAsApplication(Game game,
int width,
int height,
boolean fullscreen)
Start the game as an application |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Bootstrap()
| Method Detail |
|---|
public static void runAsApplication(Game game,
int width,
int height,
boolean fullscreen)
game - The game to be startedwidth - The width of the windowheight - The height of the windowfullscreen - True if the window should be fullscreen
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||