Class Constants

java.lang.Object
  extended byConstants

public class Constants
extends java.lang.Object

Author:
bachmaer Class to hold constants for the space game.

Field Summary
(package private) static int EAST
           
(package private) static int INCREMENT
           
(package private) static int MAX_SECTOR_X
           
(package private) static int MAX_SECTOR_Y
           
(package private) static int MULTI_CAST_PORT
           
(package private) static java.lang.String MULTICAST_ADDRESS
           
(package private) static int NORTH
           
(package private) static int OBJECT_WIDTH
           
(package private) static java.lang.String OBS_SERVER_MULTICAST_ADDRESS
           
(package private) static int OBS_SERVER_MULTICAST_PORT
           
(package private) static int SOUTH
           
(package private) static int WEST
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_WIDTH

static final int OBJECT_WIDTH
See Also:
Constant Field Values

INCREMENT

static final int INCREMENT
See Also:
Constant Field Values

NORTH

static final int NORTH
See Also:
Constant Field Values

EAST

static final int EAST
See Also:
Constant Field Values

SOUTH

static final int SOUTH
See Also:
Constant Field Values

WEST

static final int WEST
See Also:
Constant Field Values

MAX_SECTOR_X

static final int MAX_SECTOR_X
See Also:
Constant Field Values

MAX_SECTOR_Y

static final int MAX_SECTOR_Y
See Also:
Constant Field Values

MULTICAST_ADDRESS

static final java.lang.String MULTICAST_ADDRESS
See Also:
Constant Field Values

MULTI_CAST_PORT

static final int MULTI_CAST_PORT
See Also:
Constant Field Values

OBS_SERVER_MULTICAST_ADDRESS

static final java.lang.String OBS_SERVER_MULTICAST_ADDRESS
See Also:
Constant Field Values

OBS_SERVER_MULTICAST_PORT

static final int OBS_SERVER_MULTICAST_PORT
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()