|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XylemGrower.GrowingMode>
de.unihalle.informatik.MiToBo.apps.xylem.XylemGrower.GrowingMode
public static enum XylemGrower.GrowingMode
The region growing modus. The suffix STATIC means, that the threshold for this channel is not updated after adding new pixels to the region. X is an acronym for {Intensity|Brightness|Value}.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |