Package org.rspeer.game.gameval
Class InterfaceId.Tut2Overlay
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.Tut2Overlay
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.Tut2Overlay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBORDERstatic intCOM_14static intCOM_16static intCOM_17static intCOM_18static intDODGER_BOTTOMstatic intDODGER_TOPstatic intFOREGROUNDstatic intHINT_LAYERstatic intHINT_TEXT_1static intHINT_TEXT_2static intHINT_TEXT_3static intHINT_TEXT_4static intNOCLICKstatic intPROGRESSBARstatic intPROGRESSBAR_CONTAINERstatic intPROGRESSBAR_SPACEstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Tut2Overlay()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
NOCLICK
public static final int NOCLICK
- See Also:
- Constant Field Values
-
DODGER_TOP
public static final int DODGER_TOP
- See Also:
- Constant Field Values
-
DODGER_BOTTOM
public static final int DODGER_BOTTOM
- See Also:
- Constant Field Values
-
HINT_LAYER
public static final int HINT_LAYER
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
FOREGROUND
public static final int FOREGROUND
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
HINT_TEXT_1
public static final int HINT_TEXT_1
- See Also:
- Constant Field Values
-
HINT_TEXT_2
public static final int HINT_TEXT_2
- See Also:
- Constant Field Values
-
HINT_TEXT_3
public static final int HINT_TEXT_3
- See Also:
- Constant Field Values
-
HINT_TEXT_4
public static final int HINT_TEXT_4
- See Also:
- Constant Field Values
-
PROGRESSBAR_CONTAINER
public static final int PROGRESSBAR_CONTAINER
- See Also:
- Constant Field Values
-
PROGRESSBAR_SPACE
public static final int PROGRESSBAR_SPACE
- See Also:
- Constant Field Values
-
COM_14
public static final int COM_14
- See Also:
- Constant Field Values
-
PROGRESSBAR
public static final int PROGRESSBAR
- See Also:
- Constant Field Values
-
COM_16
public static final int COM_16
- See Also:
- Constant Field Values
-
COM_17
public static final int COM_17
- See Also:
- Constant Field Values
-
COM_18
public static final int COM_18
- See Also:
- Constant Field Values
-
-