public interface DirectionCodes
| Modifier and Type | Field and Description |
|---|---|
static int[] |
CARDINAL_DIRECTIONS
The four points of the compass.
|
static int |
CCW
A direction code indicating a counter-clockwise rotation.
|
static int |
CW
A direction code indicating a clockwise rotation.
|
static int |
DIRECTION_COUNT
The number of basic compass directions.
|
static int |
DOWN
A direction code indicating moving down.
|
static int |
EAST
A direction code indicating east.
|
static int |
EASTNORTHEAST
A direction code indicating east by northeast.
|
static int |
EASTSOUTHEAST
A direction code indicating east by southeast.
|
static int |
FINE_DIRECTION_COUNT
The number of fine compass directions.
|
static int |
HORIZONTAL
A direction code indicating horizontal movement.
|
static int |
LEFT
A direction code indicating moving left.
|
static int |
NONE
A direction code indicating no direction.
|
static int |
NORTH
A direction code indicating north.
|
static int |
NORTHEAST
A direction code indicating northeast.
|
static int |
NORTHNORTHEAST
A direction code indicating north by northeast.
|
static int |
NORTHNORTHWEST
A direction code indicating north by northwest.
|
static int |
NORTHWEST
A direction code indicating northwest.
|
static int |
RIGHT
A direction code indicating moving right.
|
static int |
SOUTH
A direction code indicating south.
|
static int |
SOUTHEAST
A direction code indicating southeast.
|
static int |
SOUTHSOUTHEAST
A direction code indicating south by southeast.
|
static int |
SOUTHSOUTHWEST
A direction code indicating south by southwest.
|
static int |
SOUTHWEST
A direction code indicating southwest.
|
static int |
UP
A direction code indicating moving up.
|
static int |
VERTICAL
A direction code indicating vertical movement.
|
static int |
WEST
A direction code indicating west.
|
static int |
WESTNORTHWEST
A direction code indicating west by northwest.
|
static int |
WESTSOUTHWEST
A direction code indicating west by southwest.
|
static final int NONE
static final int LEFT
static final int RIGHT
static final int UP
static final int DOWN
static final int CCW
static final int CW
static final int HORIZONTAL
static final int VERTICAL
static final int SOUTHWEST
static final int WEST
static final int NORTHWEST
static final int NORTH
static final int NORTHEAST
static final int EAST
static final int SOUTHEAST
static final int SOUTH
static final int DIRECTION_COUNT
static final int WESTSOUTHWEST
static final int WESTNORTHWEST
static final int NORTHNORTHWEST
static final int NORTHNORTHEAST
static final int EASTNORTHEAST
static final int EASTSOUTHEAST
static final int SOUTHSOUTHEAST
static final int SOUTHSOUTHWEST
static final int FINE_DIRECTION_COUNT
static final int[] CARDINAL_DIRECTIONS
Copyright © 2015. All rights reserved.