public static enum Caption.LabelAlignment extends Enum<Caption.LabelAlignment>
| Modifier and Type | Method and Description |
|---|---|
static Caption.LabelAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Caption.LabelAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Caption.LabelAlignment START
public static final Caption.LabelAlignment CENTER
public static final Caption.LabelAlignment END
public static Caption.LabelAlignment[] values()
for (Caption.LabelAlignment c : Caption.LabelAlignment.values()) System.out.println(c);
public static Caption.LabelAlignment 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 nullCopyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.