public static enum ImagePanel.VerAlign extends Enum<ImagePanel.VerAlign>
| Enum Constant and Description |
|---|
CENTER
Centro
|
NORTH
Norte
|
SOUTH
Sul
|
| Modifier and Type | Method and Description |
|---|---|
static ImagePanel.VerAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePanel.VerAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImagePanel.VerAlign CENTER
public static final ImagePanel.VerAlign SOUTH
public static final ImagePanel.VerAlign NORTH
public static ImagePanel.VerAlign[] values()
for (ImagePanel.VerAlign c : ImagePanel.VerAlign.values()) System.out.println(c);
public static ImagePanel.VerAlign 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 © 2020 Tecgraf/PUC-Rio. All rights reserved.