public final class LayoutFlow
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_TO_TOP
Text is displayed vertically.
|
static int |
HORIZONTAL
Text is displayed horizontally.
|
static int |
HORIZONTAL_IDEOGRAPHIC
Ideographic text is displayed horizontally.
|
static int |
length |
static int |
TOP_TO_BOTTOM
Text is displayed vertically.
|
static int |
TOP_TO_BOTTOM_IDEOGRAPHIC
Ideographic text is displayed vertically.
|
static int |
VERTICAL
Text is displayed vertically.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String layoutFlowName) |
static java.lang.String |
getName(int layoutFlow) |
static int[] |
getValues() |
static java.lang.String |
toString(int layoutFlow) |
public static final int HORIZONTAL
public static final int TOP_TO_BOTTOM_IDEOGRAPHIC
public static final int BOTTOM_TO_TOP
public static final int TOP_TO_BOTTOM
public static final int HORIZONTAL_IDEOGRAPHIC
public static final int VERTICAL
public static final int length