public static enum Colored.IconAlignment extends Enum<Colored.IconAlignment>
| Enum Constant and Description |
|---|
LEFT
Alinhamento à esquerda
|
RIGHT
Alinhamento à direita
|
| Modifier and Type | Method and Description |
|---|---|
static Colored.IconAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Colored.IconAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Colored.IconAlignment LEFT
public static final Colored.IconAlignment RIGHT
public static Colored.IconAlignment[] values()
for (Colored.IconAlignment c : Colored.IconAlignment.values()) System.out.println(c);
public static Colored.IconAlignment 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 © 2019 Tecgraf/PUC-Rio. All rights reserved.