|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Constants
Constants is a set of globally defined constants.
Field Summary | |
static java.lang.String |
graphicsPath
The directory path to where the graphics are stored. |
static int |
gSizeX
the size of the square graphics in the x direction. |
static int |
gSizeY
the size of the square graphics in the y direction. |
static java.lang.String |
helpHostFile
the String file name for the host game instructions. |
static java.lang.String |
helpJoinFile
the String file name for the join game instructions. |
static java.lang.String |
helpLevelEditorFile
The String file name for the level editor help file |
static java.lang.String |
helpPath
The directory path to where the help files are stored. |
static java.lang.String |
instructionsFile
the String file name for the instructions. |
static java.lang.String |
levelExt
the String file name extension for level files. |
static java.lang.String |
levelList
The directory path to where the level list is stored. |
static java.lang.String |
levelPath
The directory path to where the levels are stored. |
static int |
maxCol
the maximum number of columns in a map. |
static int |
maxRow
the maximum number of rows in a map. |
static int |
maxSaves
the maximum number of saved games. |
static int |
multiResX
the x coordinate of the multiplayer window size. |
static int |
multiResY
the y coordinate of the multiplayer window size. |
static int |
normalResX
the x coordinate of the normal window size. |
static int |
normalResY
the y coordinate of the normal window size. |
static java.lang.String |
saveExt
the String file name extension for save game files |
static java.lang.String |
savePath
The directory path to where the saved games are stored. |
static java.lang.String |
tutPath
The directory path to where the tutorial files are stored. |
Constructor Summary | |
Constants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int maxRow
public static final int maxCol
public static final int gSizeX
public static final int gSizeY
public static final int normalResX
public static final int normalResY
public static final int multiResX
public static final int multiResY
public static final int maxSaves
public static final java.lang.String levelPath
public static final java.lang.String graphicsPath
public static final java.lang.String savePath
public static final java.lang.String levelList
public static final java.lang.String tutPath
public static final java.lang.String helpPath
public static final java.lang.String instructionsFile
public static final java.lang.String helpHostFile
public static final java.lang.String helpJoinFile
public static final java.lang.String levelExt
public static final java.lang.String saveExt
public static final java.lang.String helpLevelEditorFile
Constructor Detail |
public Constants()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |