public static enum ImagePanel.HorAlign extends Enum<ImagePanel.HorAlign>
| Enum Constant and Description |
|---|
CENTER
Centro
|
EAST
Leste
|
WEST
Oeste
|
| Modifier and Type | Method and Description |
|---|---|
static ImagePanel.HorAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagePanel.HorAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImagePanel.HorAlign CENTER
public static final ImagePanel.HorAlign WEST
public static final ImagePanel.HorAlign EAST
public static ImagePanel.HorAlign[] values()
for (ImagePanel.HorAlign c : ImagePanel.HorAlign.values()) System.out.println(c);
public static ImagePanel.HorAlign 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.