Uses of Class
com.tagtraum.audiokern.mood.MoodStrength
-
Packages that use MoodStrength Package Description com.tagtraum.audiokern.mood Core classes for moods connected to music. -
-
Uses of MoodStrength in com.tagtraum.audiokern.mood
Methods in com.tagtraum.audiokern.mood that return MoodStrength Modifier and Type Method Description static MoodStrength
MoodStrength. getMoodStrength(Mood mood)
MoodStrength
Mood. getStrengthClass()
Classifies this mood into a strength class.static MoodStrength
MoodStrength. valueOf(String name)
Returns the enum constant of this type with the specified name.static MoodStrength[]
MoodStrength. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-