Package org.rspeer.game.gameval
Class InterfaceId.Jigsaw
- java.lang.Object
-
- org.rspeer.game.gameval.InterfaceId.Jigsaw
-
- Enclosing class:
- InterfaceId
public static class InterfaceId.Jigsaw extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBACKGROUND_MODELstatic intBORDERstatic intCLOSE_BUTTONstatic intCOM_11static intCOM_12static intCOM_8static intCOM_9static intPIECESstatic intPIECES_LOCKEDstatic intPIECES_PREVIEWstatic intPOPOUT_BOTTOMstatic intPOPOUT_BOTTOM_LEFTstatic intPOPOUT_BOTTOM_RIGHTstatic intPOPOUT_LEFTstatic intPOPOUT_RIGHTstatic intPOPOUT_TOPstatic intPOPOUT_TOP_LEFTstatic intPOPOUT_TOP_RIGHTstatic intPREVIEW_BUTTONstatic intPUZZLE_BACKINGstatic intPUZZLE_BACKING_MODELstatic intRESHUFFLE_BUTTONstatic intSTART_POSITIONSstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Jigsaw()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
BACKGROUND_MODEL
public static final int BACKGROUND_MODEL
- See Also:
- Constant Field Values
-
PUZZLE_BACKING
public static final int PUZZLE_BACKING
- See Also:
- Constant Field Values
-
PUZZLE_BACKING_MODEL
public static final int PUZZLE_BACKING_MODEL
- See Also:
- Constant Field Values
-
START_POSITIONS
public static final int START_POSITIONS
- See Also:
- Constant Field Values
-
PIECES_LOCKED
public static final int PIECES_LOCKED
- See Also:
- Constant Field Values
-
PIECES
public static final int PIECES
- See Also:
- Constant Field Values
-
COM_8
public static final int COM_8
- See Also:
- Constant Field Values
-
COM_9
public static final int COM_9
- See Also:
- Constant Field Values
-
PIECES_PREVIEW
public static final int PIECES_PREVIEW
- See Also:
- Constant Field Values
-
COM_11
public static final int COM_11
- See Also:
- Constant Field Values
-
COM_12
public static final int COM_12
- See Also:
- Constant Field Values
-
PREVIEW_BUTTON
public static final int PREVIEW_BUTTON
- See Also:
- Constant Field Values
-
RESHUFFLE_BUTTON
public static final int RESHUFFLE_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
POPOUT_RIGHT
public static final int POPOUT_RIGHT
- See Also:
- Constant Field Values
-
POPOUT_BOTTOM_RIGHT
public static final int POPOUT_BOTTOM_RIGHT
- See Also:
- Constant Field Values
-
POPOUT_TOP_RIGHT
public static final int POPOUT_TOP_RIGHT
- See Also:
- Constant Field Values
-
POPOUT_TOP
public static final int POPOUT_TOP
- See Also:
- Constant Field Values
-
POPOUT_BOTTOM
public static final int POPOUT_BOTTOM
- See Also:
- Constant Field Values
-
POPOUT_LEFT
public static final int POPOUT_LEFT
- See Also:
- Constant Field Values
-
POPOUT_TOP_LEFT
public static final int POPOUT_TOP_LEFT
- See Also:
- Constant Field Values
-
POPOUT_BOTTOM_LEFT
public static final int POPOUT_BOTTOM_LEFT
- See Also:
- Constant Field Values
-
-