public static enum StyleBuilder.VAlign extends Enum<StyleBuilder.VAlign>
Modifier and Type | Method and Description |
---|---|
String |
getLayout() |
static StyleBuilder.VAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleBuilder.VAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleBuilder.VAlign Top
public static final StyleBuilder.VAlign Bottom
public static final StyleBuilder.VAlign Center
public static StyleBuilder.VAlign[] values()
for (StyleBuilder.VAlign c : StyleBuilder.VAlign.values()) System.out.println(c);
public static StyleBuilder.VAlign valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getLayout()
Copyright © 2013. All Rights Reserved.