public static enum XWalkSettings.LayoutAlgorithm extends java.lang.Enum<XWalkSettings.LayoutAlgorithm>
| Enum Constant and Description |
|---|
NARROW_COLUMNS |
NORMAL |
SINGLE_COLUMN |
TEXT_AUTOSIZING |
| Modifier and Type | Method and Description |
|---|---|
static XWalkSettings.LayoutAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XWalkSettings.LayoutAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XWalkSettings.LayoutAlgorithm NORMAL
public static final XWalkSettings.LayoutAlgorithm SINGLE_COLUMN
public static final XWalkSettings.LayoutAlgorithm NARROW_COLUMNS
public static final XWalkSettings.LayoutAlgorithm TEXT_AUTOSIZING
public static XWalkSettings.LayoutAlgorithm[] values()
for (XWalkSettings.LayoutAlgorithm c : XWalkSettings.LayoutAlgorithm.values()) System.out.println(c);
public static XWalkSettings.LayoutAlgorithm valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null