public static enum CubemapUtils.CubefaceType extends Enum<CubemapUtils.CubefaceType>
Modifier and Type | Field and Description |
---|---|
private static Map<Integer,CubemapUtils.CubefaceType> |
map |
private int |
value |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static CubemapUtils.CubefaceType |
valueOf(int cubefaceType) |
static CubemapUtils.CubefaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CubemapUtils.CubefaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CubemapUtils.CubefaceType ONE
public static final CubemapUtils.CubefaceType FOUR
public static final CubemapUtils.CubefaceType SIXTEEN
private final int value
private static Map<Integer,CubemapUtils.CubefaceType> map
public static CubemapUtils.CubefaceType[] values()
for (CubemapUtils.CubefaceType c : CubemapUtils.CubefaceType.values()) System.out.println(c);
public static CubemapUtils.CubefaceType 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 nullpublic static CubemapUtils.CubefaceType valueOf(int cubefaceType)
public int getValue()