Uses of Class
com.tagtraum.audiokern.mood.Mood
-
Packages that use Mood Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.audiokern.mood Core classes for moods connected to music.com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.action.standard Standard actions like "Create Playlist".com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.beatunes.library.filesystem Implementation of a file system based music library.com.tagtraum.beatunes.library.itunes Implementation of an iTunes-based music library.com.tagtraum.beatunes.library.type Special Hibernate types for color, mood etc.com.tagtraum.beatunes.onlinedb Classes for accessing the online database.com.tagtraum.beatunes.songinfo Song info/edit pane.com.tagtraum.beatunes.songtable.renderer Table cell renderers.com.tagtraum.ubermusic.acousticbrainz Web service implementing theUberMusic
interface to download high level data from the AcousticBrainz.com.tagtraum.ubermusic.amazon Offers access to Amazon and basic caching infrastructure.com.tagtraum.ubermusic.beatport com.tagtraum.ubermusic.coverartarchive Web service implementing theUberMusic
interface to download artwork from the Cover Art Archive.com.tagtraum.ubermusic.discogs com.tagtraum.ubermusic.lastfm Last.FM webservice.com.tagtraum.ubermusic.wikidata -
-
Uses of Mood in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return Mood Modifier and Type Method Description Mood
AudioMetaData. getMood()
Mood
AudioSong. getMood()
The song's mood.Mood
URLAudioSong. getMood()
Methods in com.tagtraum.audiokern with parameters of type Mood Modifier and Type Method Description void
AudioMetaData. setMood(Mood mood)
void
AudioSong. setMood(Mood mood)
Sets this song's mood.void
ReadOnlyAudioSong. setMood(Mood mood)
void
URLAudioSong. setMood(Mood mood)
-
Uses of Mood in com.tagtraum.audiokern.mood
Fields in com.tagtraum.audiokern.mood declared as Mood Modifier and Type Field Description static Mood
Mood. AFRAID
static Mood
Mood. ALARMED
static Mood
Mood. ANGRY
static Mood
Mood. ANNOYED
static Mood
Mood. AROUSED
static Mood
Mood. ASTONISHED
static Mood
Mood. BORED
static Mood
Mood. CALM
static Mood[]
Mood. CATEGORIES
static Mood[]
Mood. CATEGORIES_NO_NEUTRAL
static Mood
Mood. CATEGORY_AROUSED
static Mood
Mood. CATEGORY_CONTENT
static Mood
Mood. CATEGORY_DEPRESSED
static Mood
Mood. CATEGORY_DISTRESSED
static Mood
Mood. CATEGORY_EXCITED
static Mood
Mood. CATEGORY_MISERABLE
static Mood
Mood. CATEGORY_NEUTRAL
static Mood
Mood. CATEGORY_PLEASED
static Mood
Mood. CATEGORY_SLEEPY
static Mood
Mood. DELIGHTED
static Mood
Mood. DEPRESSED
static Mood
Mood. DISTRESSED
static Mood
Mood. DROOPY
static Mood
Mood. EXCITED
static Mood
Mood. FRUSTRATED
static Mood
Mood. GLAD
static Mood
Mood. GLOOMY
static Mood
Mood. HAPPY
static Mood[]
Mood. LABELED_MOODS
static Mood
Mood. MISERABLE
static Mood
Mood. NEUTRAL
static Mood
Mood. PLEASED
static Mood
Mood. RELAXED
static Mood
Mood. SAD
static Mood
Mood. SERENE
static Mood
Mood. SLEEPY
static Mood
Mood. TENSE
static Mood
Mood. TIRED
Methods in com.tagtraum.audiokern.mood that return Mood Modifier and Type Method Description Mood
Mood. getCategory()
One of nine categories this mood can be grouped into.Mood
Mood. getClosestLabeledMood()
One of a number of labeled moods this mood is most similar to.static Mood
Mood. guessMood(String... words)
Attempt to derive a mood from the given word list.Methods in com.tagtraum.audiokern.mood with parameters of type Mood Modifier and Type Method Description float
Mood. cosineSimilarity(Mood mood)
Compares the angles of two moods and returns a number between -1 and 1.static MoodStrength
MoodStrength. getMoodStrength(Mood mood)
-
Uses of Mood in com.tagtraum.beatunes
Fields in com.tagtraum.beatunes with type parameters of type Mood Modifier and Type Field Description static Property<Mood>
Property. MOOD_PROPERTY
Methods in com.tagtraum.beatunes that return Mood Modifier and Type Method Description static Mood[]
MoodComboBox. values()
Standard moods. -
Uses of Mood in com.tagtraum.beatunes.action.standard
Methods in com.tagtraum.beatunes.action.standard with parameters of type Mood Modifier and Type Method Description static List<String>
EmbedSpecialFieldsAction. toMoodKeywords(BeaTunes application, Mood mood)
Converts a mood value to a list of localized adjectives. -
Uses of Mood in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return Mood Modifier and Type Method Description Mood
AudioSongFacade. getMood()
Mood
Song. getMood()
Mood
SongAnnotation. getMood()
Methods in com.tagtraum.beatunes.library with parameters of type Mood Modifier and Type Method Description void
Song. setMood(Mood value)
void
SongAnnotation. setMood(Mood mood)
-
Uses of Mood in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem with parameters of type Mood Modifier and Type Method Description void
FileSystemAudioSong. setMood(Mood value)
-
Uses of Mood in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes with parameters of type Mood Modifier and Type Method Description void
ITunesAudioSong. setMood(Mood value)
-
Uses of Mood in com.tagtraum.beatunes.library.type
Methods in com.tagtraum.beatunes.library.type with parameters of type Mood Modifier and Type Method Description static short
HibernateMoodType. getAngleLength(Mood mood)
-
Uses of Mood in com.tagtraum.beatunes.onlinedb
Methods in com.tagtraum.beatunes.onlinedb that return Mood Modifier and Type Method Description Mood
ReferenceSong. getMood()
Mood
ReferenceSong. getMoodProperty(String mood)
-
Uses of Mood in com.tagtraum.beatunes.songinfo
Methods in com.tagtraum.beatunes.songinfo that return Mood Modifier and Type Method Description Mood
MoodColorPicker. getCrosshairMood()
Mood
MoodColorPicker. getSelectedMood()
Methods in com.tagtraum.beatunes.songinfo with parameters of type Mood Modifier and Type Method Description void
MoodColorPicker. setSelectedMood(Mood mood)
static String
SingleItemInfoDialog. toDescription(BeaTunes application, Mood mood)
-
Uses of Mood in com.tagtraum.beatunes.songtable.renderer
Methods in com.tagtraum.beatunes.songtable.renderer with parameters of type Mood Modifier and Type Method Description String
MoodTableCellRenderer. getDescriptiveText(Mood mood)
static String
MoodTableCellRenderer. getDescriptiveText(Mood mood, BeaTunes application)
static Icon
MoodTableCellRenderer. getIcon(Mood mood)
static Icon
MoodTableCellRenderer. getSelectedIcon(Mood mood)
Constructor parameters in com.tagtraum.beatunes.songtable.renderer with type arguments of type Mood Constructor Description MoodTableCellRenderer(Property<? extends Mood> property)
-
Uses of Mood in com.tagtraum.ubermusic.acousticbrainz
Methods in com.tagtraum.ubermusic.acousticbrainz that return Mood Modifier and Type Method Description Mood
AcousticBrainzSong. getMood()
-
Uses of Mood in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return Mood Modifier and Type Method Description Mood
AmazonTrack. getMood()
-
Uses of Mood in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return Mood Modifier and Type Method Description Mood
BeatportTrack. getMood()
-
Uses of Mood in com.tagtraum.ubermusic.coverartarchive
Methods in com.tagtraum.ubermusic.coverartarchive that return Mood Modifier and Type Method Description Mood
CoverartSong. getMood()
-
Uses of Mood in com.tagtraum.ubermusic.discogs
Methods in com.tagtraum.ubermusic.discogs that return Mood Modifier and Type Method Description Mood
DiscogsTrack. getMood()
-
Uses of Mood in com.tagtraum.ubermusic.lastfm
Methods in com.tagtraum.ubermusic.lastfm that return Mood Modifier and Type Method Description static Mood
LastFM. deriveMood(List<Tag> tags)
Attempt to derive a mood from the given tags.Mood
LastFMTrack. getMood()
-
Uses of Mood in com.tagtraum.ubermusic.wikidata
Methods in com.tagtraum.ubermusic.wikidata that return Mood Modifier and Type Method Description Mood
WikidataSong. getMood()
-