graphics
Class Constants
java.lang.Object
graphics.Constants
public abstract class Constants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INIT_IDLE_LOGIN_STATE
static final int INIT_IDLE_LOGIN_STATE
- See Also:
- Constant Field Values
IDLE_LOGIN_STATE
static final int IDLE_LOGIN_STATE
- See Also:
- Constant Field Values
RENDER_ROUND_INFO
static final int RENDER_ROUND_INFO
- See Also:
- Constant Field Values
POP_QUESTION
static final int POP_QUESTION
- See Also:
- Constant Field Values
QUESTION_POPPED
static final int QUESTION_POPPED
- See Also:
- Constant Field Values
SHOW_RESULTS
static final int SHOW_RESULTS
- See Also:
- Constant Field Values
INITIALIZE_FEEDBACK
public static final int INITIALIZE_FEEDBACK
- See Also:
- Constant Field Values
RENDER_FEEDBACK
public static final int RENDER_FEEDBACK
- See Also:
- Constant Field Values
RENDER_TOTAL_FEEDBACK
public static final int RENDER_TOTAL_FEEDBACK
- See Also:
- Constant Field Values
FALLING_TEXT_Z_COORD
static final float FALLING_TEXT_Z_COORD
- See Also:
- Constant Field Values
MODE_BEAT_THE_SCORE
static final int MODE_BEAT_THE_SCORE
- See Also:
- Constant Field Values
MODE_LAST_MAN_STANDING
static final int MODE_LAST_MAN_STANDING
- See Also:
- Constant Field Values
DELAY_FOR_MOBILE_SYNC
public static final long DELAY_FOR_MOBILE_SYNC
- See Also:
- Constant Field Values
Constants
public Constants()