public static enum NoisePattern.Algorithm extends Enum<NoisePattern.Algorithm>
Enum Constant and Description |
---|
FBM |
PERLIN |
RIDGE |
STATIC |
TURBULENCE |
Modifier and Type | Method and Description |
---|---|
boolean |
isPerlinFeedback() |
String |
toString() |
static NoisePattern.Algorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoisePattern.Algorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoisePattern.Algorithm PERLIN
public static final NoisePattern.Algorithm RIDGE
public static final NoisePattern.Algorithm FBM
public static final NoisePattern.Algorithm TURBULENCE
public static final NoisePattern.Algorithm STATIC
public static NoisePattern.Algorithm[] values()
for (NoisePattern.Algorithm c : NoisePattern.Algorithm.values()) System.out.println(c);
public static NoisePattern.Algorithm 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 boolean isPerlinFeedback()
public String toString()
toString
in class Enum<NoisePattern.Algorithm>
LX library by Mark C. Slee. © 2012-2020