de.infinityloop.util.gui
Interface Direction

All Known Implementing Classes:
Alignment

public interface Direction

Defines commonly used constants for directions and positions.


Field Summary
static int BOTTOM
           
static int CENTER
           
static int DOWN
           
static int EAST
           
static int LEFT
           
static int NORTH
           
static int NORTHEAST
           
static int NORTHWEST
           
static int RIGHT
           
static int SOUTH
           
static int SOUTHEAST
           
static int SOUTHWEST
           
static int TOP
           
static int UP
           
static int WEST
           
 

Field Detail

CENTER

static final int CENTER
See Also:
Constant Field Values

NORTH

static final int NORTH
See Also:
Constant Field Values

NORTHEAST

static final int NORTHEAST
See Also:
Constant Field Values

EAST

static final int EAST
See Also:
Constant Field Values

SOUTHEAST

static final int SOUTHEAST
See Also:
Constant Field Values

SOUTH

static final int SOUTH
See Also:
Constant Field Values

SOUTHWEST

static final int SOUTHWEST
See Also:
Constant Field Values

WEST

static final int WEST
See Also:
Constant Field Values

NORTHWEST

static final int NORTHWEST
See Also:
Constant Field Values

LEFT

static final int LEFT
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

TOP

static final int TOP
See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
See Also:
Constant Field Values

UP

static final int UP
See Also:
Constant Field Values

DOWN

static final int DOWN
See Also:
Constant Field Values