public static enum OSXAquaPainter.VerticalAlignment extends java.lang.Enum<OSXAquaPainter.VerticalAlignment>
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static OSXAquaPainter.VerticalAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSXAquaPainter.VerticalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSXAquaPainter.VerticalAlignment top
public static final OSXAquaPainter.VerticalAlignment center
public static final OSXAquaPainter.VerticalAlignment bottom
public static OSXAquaPainter.VerticalAlignment[] values()
for (OSXAquaPainter.VerticalAlignment c : OSXAquaPainter.VerticalAlignment.values()) System.out.println(c);
public static OSXAquaPainter.VerticalAlignment valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getId()