Package org.rspeer.game.gameval
Class InterfaceId.Newspaper
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.Newspaper
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.Newspaper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCLOSEstatic intCONTENTstatic intFRAMEstatic intGAZETTE_LINKstatic intLEFT_CONTENTstatic intLEFT_SCROLLstatic intRIGHT_CONTENTstatic intRIGHT_SCROLLstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Newspaper()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
GAZETTE_LINK
public static final int GAZETTE_LINK
- See Also:
- Constant Field Values
-
LEFT_CONTENT
public static final int LEFT_CONTENT
- See Also:
- Constant Field Values
-
LEFT_SCROLL
public static final int LEFT_SCROLL
- See Also:
- Constant Field Values
-
RIGHT_CONTENT
public static final int RIGHT_CONTENT
- See Also:
- Constant Field Values
-
RIGHT_SCROLL
public static final int RIGHT_SCROLL
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-