public class Direction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BTT
Bottom-to-top writing direction.
|
static int |
DEFAULT
Default value, same as
LTR. |
static int |
length |
static int |
LTR
Left-to-right writing direction.
|
static int |
RTL
Right-to-left writing direction.
|
static int |
TTB
Top-to-bottom writing direction.
|
| 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) |
public static int DEFAULT
LTR.public static int LTR
public static int RTL
public static int TTB
public static int BTT
public static int length