|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jogre.common.util.AbstractProperties
org.jogre.common.util.GameLabels
This class provides an easy and effective point for accessing to each game resource bundle (game_labels_*_*.properties).
Field Summary |
Fields inherited from class org.jogre.common.util.AbstractProperties |
rb |
Method Summary | |
static String |
getClientTitle()
Return the client title. |
static GameLabels |
getInstance()
Accessor to singleton instance of this class. |
static String |
getPlayerLabel(int playerNum)
Return the color of a player (each player has a specific colour which is used throughout the API). |
static String |
getTableTitle()
Return the title of this table. |
static String |
getWelcomeMessage()
Return a welcome message. |
Methods inherited from class org.jogre.common.util.AbstractProperties |
get, get, get, getBoolean, getBoolean, getInt, getInt, getResourceBundle, reload, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static GameLabels getInstance()
public static String getPlayerLabel(int playerNum)
playerNum
-
public static String getClientTitle()
public static String getTableTitle()
public static String getWelcomeMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |