de.tfhberlin.panitz.vier
Class Constants

java.lang.Object
  |
  +--de.tfhberlin.panitz.vier.Constants

public class Constants
extends java.lang.Object


Field Summary
static int COLUMNS
           
static byte NO
           
static byte PLAYERONE
           
static byte PLAYERTWO
           
static int ROWS
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLAYERONE

public static final byte PLAYERONE
See Also:
Constant Field Values

PLAYERTWO

public static final byte PLAYERTWO
See Also:
Constant Field Values

NO

public static final byte NO
See Also:
Constant Field Values

ROWS

public static final int ROWS
See Also:
Constant Field Values

COLUMNS

public static final int COLUMNS
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()