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 MoodStrengthMoodStrength. getMoodStrength(Mood mood)MoodStrengthMood. getStrengthClass()Classifies this mood into a strength class.static MoodStrengthMoodStrength. 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.
-