public static enum NoisePattern.CoordinateMode extends Enum<NoisePattern.CoordinateMode>
Modifier and Type | Field and Description |
---|---|
heronarts.lx.pattern.texture.NoisePattern.CoordinateFunction |
function |
String |
name |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static NoisePattern.CoordinateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoisePattern.CoordinateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoisePattern.CoordinateMode NORMAL
public static final NoisePattern.CoordinateMode CENTER
public static final NoisePattern.CoordinateMode RADIAL
public static final NoisePattern.CoordinateMode NONE
public final String name
public final heronarts.lx.pattern.texture.NoisePattern.CoordinateFunction function
public static NoisePattern.CoordinateMode[] values()
for (NoisePattern.CoordinateMode c : NoisePattern.CoordinateMode.values()) System.out.println(c);
public static NoisePattern.CoordinateMode 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 String toString()
toString
in class Enum<NoisePattern.CoordinateMode>
LX library by Mark C. Slee. © 2012-2020