public enum AlignmentV extends java.lang.Enum<AlignmentV>
Modifier and Type | Field and Description |
---|---|
(package private) int |
y |
Modifier and Type | Method and Description |
---|---|
int |
getInt() |
static AlignmentV |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentV[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentV TOP
public static final AlignmentV CENTER
public static final AlignmentV FULL
public static final AlignmentV BOTTOM
public static AlignmentV[] values()
for (AlignmentV c : AlignmentV.values()) System.out.println(c);
public static AlignmentV 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 getInt()
Copyright © 2024. All rights reserved.