public static enum Constants.TextureWrap extends Enum<Constants.TextureWrap>
Modifier and Type | Method and Description |
---|---|
int |
unwrap() |
static Constants.TextureWrap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.TextureWrap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.TextureWrap Clamp
public static final Constants.TextureWrap Repeat
public static Constants.TextureWrap[] values()
for (Constants.TextureWrap c : Constants.TextureWrap.values()) System.out.println(c);
public static Constants.TextureWrap 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 int unwrap()