public static enum XylemGrower.GrowingMode extends Enum<XylemGrower.GrowingMode>
Enum Constant and Description |
---|
HUE_ONLY
Hue only.
|
HUE_SAT_X
Hue, Saturation and X.
|
HUE_SAT_X_STATIC
Hue and Saturation, with static X.
|
HUE_X_STATIC
Hue, with static X.
|
SAT_X_STATIC
Saturation, with static X.
|
Modifier and Type | Method and Description |
---|---|
static XylemGrower.GrowingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XylemGrower.GrowingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XylemGrower.GrowingMode HUE_ONLY
public static final XylemGrower.GrowingMode HUE_X_STATIC
public static final XylemGrower.GrowingMode SAT_X_STATIC
public static final XylemGrower.GrowingMode HUE_SAT_X_STATIC
public static final XylemGrower.GrowingMode HUE_SAT_X
public static XylemGrower.GrowingMode[] values()
for (XylemGrower.GrowingMode c : XylemGrower.GrowingMode.values()) System.out.println(c);
public static XylemGrower.GrowingMode 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 nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.