public static enum EnvMapUtils.FixSeamsMethod extends java.lang.Enum<EnvMapUtils.FixSeamsMethod>
Enum Constant and Description |
---|
None
No seams fix
|
Stretch
stretch texture coordinates
|
Wrap
wrap texture coordinates
|
Modifier and Type | Method and Description |
---|---|
static EnvMapUtils.FixSeamsMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnvMapUtils.FixSeamsMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvMapUtils.FixSeamsMethod Wrap
public static final EnvMapUtils.FixSeamsMethod Stretch
public static final EnvMapUtils.FixSeamsMethod None
public static EnvMapUtils.FixSeamsMethod[] values()
for (EnvMapUtils.FixSeamsMethod c : EnvMapUtils.FixSeamsMethod.values()) System.out.println(c);
public static EnvMapUtils.FixSeamsMethod 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 null