|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.itu.smds.torusman.InitGame
public class InitGame
Object for specifying initial game data.
Constructor Summary | |
---|---|
InitGame()
|
Method Summary | |
---|---|
static InitGame |
getInitGame()
Return an object that can provide game init data. |
Torus |
newTorus(TorusManParameters torusManParameters,
LocalMan localMan)
Return a torus object for the local game. |
TorusManParameters |
newTorusManParameters()
Return a TorusManParameters object. |
dk.itu.smds.util.Parameters |
setParameters(TorusManParameters torusManParameters,
jgame.platform.JGEngine eng)
Set up some options to be presented for the user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitGame()
Method Detail |
---|
public static InitGame getInitGame()
public TorusManParameters newTorusManParameters()
public dk.itu.smds.util.Parameters setParameters(TorusManParameters torusManParameters, jgame.platform.JGEngine eng)
torusManParameters
- the torus man parameterseng
- the eng
public Torus newTorus(TorusManParameters torusManParameters, LocalMan localMan)
torusManParameters
- the torus man parameterslocalMan
- the local man
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |