public enum ImageHAlignment extends Enum<ImageHAlignment>
| Modifier and Type | Method and Description |
|---|---|
static ImageHAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageHAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageHAlignment LEFT
public static final ImageHAlignment RIGHT
public static final ImageHAlignment CENTER
public static final ImageHAlignment INSIDE
public static final ImageHAlignment OUTSIDE
public static ImageHAlignment[] values()
for (ImageHAlignment c : ImageHAlignment.values()) System.out.println(c);
public static ImageHAlignment 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 null