world
Interface Direction

All Known Implementing Classes:
Board, MoveCommand, Tile

public interface Direction

Interface that implements the direction constants.

Version:
$Revision: 1.1 $
Author:
Allen D. Ball

Field Summary
static int EAST
           
static int NORTH
           
static int SOUTH
           
static int WEST
           
 

Field Detail

NORTH

public static final int NORTH

SOUTH

public static final int SOUTH

EAST

public static final int EAST

WEST

public static final int WEST


Copyright 2002 Allen D. Ball. All rights reserved.