Package org.rspeer.game.gameval
Class InterfaceId.DovCensus
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.DovCensus
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.DovCensus extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intCLOSEBUTTONstatic intCONTENTstatic intPAGELEFTstatic intPAGERIGHTstatic intTEXTLEFTstatic intTEXTRIGHTstatic intTITLELEFTstatic intTITLERIGHTstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description DovCensus()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
CLOSEBUTTON
public static final int CLOSEBUTTON
- See Also:
- Constant Field Values
-
TITLELEFT
public static final int TITLELEFT
- See Also:
- Constant Field Values
-
TEXTLEFT
public static final int TEXTLEFT
- See Also:
- Constant Field Values
-
TITLERIGHT
public static final int TITLERIGHT
- See Also:
- Constant Field Values
-
TEXTRIGHT
public static final int TEXTRIGHT
- See Also:
- Constant Field Values
-
PAGELEFT
public static final int PAGELEFT
- See Also:
- Constant Field Values
-
PAGERIGHT
public static final int PAGERIGHT
- See Also:
- Constant Field Values
-
-