public final class Direction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BTT |
static int |
DEFAULT |
static int |
length |
static int |
LTR |
static int |
RTL |
static int |
TTB |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String directionName) |
static java.lang.String |
getName(int direction) |
static int[] |
getValues() |
static java.lang.String |
toString(int direction) |