public static enum Alignment.Vertical extends Enum<Alignment.Vertical> implements kk.json.JSONAware
| Enum Constant and Description |
|---|
Bottom
Bottom
|
Center
Center
|
Distributed
Distribute
|
Justify
Justify
|
Top
Top
|
| Modifier and Type | Method and Description |
|---|---|
String |
toJSONString() |
static Alignment.Vertical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignment.Vertical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alignment.Vertical Top
public static final Alignment.Vertical Center
public static final Alignment.Vertical Bottom
public static final Alignment.Vertical Justify
public static final Alignment.Vertical Distributed
public static Alignment.Vertical[] values()
for (Alignment.Vertical c : Alignment.Vertical.values()) System.out.println(c);
public static Alignment.Vertical 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 toJSONString()
toJSONString in interface kk.json.JSONAwareCopyright © 2018. All rights reserved.