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 theUberMusicinterface 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 theUberMusicinterface 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 MoodAudioMetaData. getMood()MoodAudioSong. getMood()The song's mood.MoodURLAudioSong. getMood()Methods in com.tagtraum.audiokern with parameters of type Mood Modifier and Type Method Description voidAudioMetaData. setMood(Mood mood)voidAudioSong. setMood(Mood mood)Sets this song's mood.voidReadOnlyAudioSong. setMood(Mood mood)voidURLAudioSong. 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 MoodMood. AFRAIDstatic MoodMood. ALARMEDstatic MoodMood. ANGRYstatic MoodMood. ANNOYEDstatic MoodMood. AROUSEDstatic MoodMood. ASTONISHEDstatic MoodMood. BOREDstatic MoodMood. CALMstatic Mood[]Mood. CATEGORIESstatic Mood[]Mood. CATEGORIES_NO_NEUTRALstatic MoodMood. CATEGORY_AROUSEDstatic MoodMood. CATEGORY_CONTENTstatic MoodMood. CATEGORY_DEPRESSEDstatic MoodMood. CATEGORY_DISTRESSEDstatic MoodMood. CATEGORY_EXCITEDstatic MoodMood. CATEGORY_MISERABLEstatic MoodMood. CATEGORY_NEUTRALstatic MoodMood. CATEGORY_PLEASEDstatic MoodMood. CATEGORY_SLEEPYstatic MoodMood. DELIGHTEDstatic MoodMood. DEPRESSEDstatic MoodMood. DISTRESSEDstatic MoodMood. DROOPYstatic MoodMood. EXCITEDstatic MoodMood. FRUSTRATEDstatic MoodMood. GLADstatic MoodMood. GLOOMYstatic MoodMood. HAPPYstatic Mood[]Mood. LABELED_MOODSstatic MoodMood. MISERABLEstatic MoodMood. NEUTRALstatic MoodMood. PLEASEDstatic MoodMood. RELAXEDstatic MoodMood. SADstatic MoodMood. SERENEstatic MoodMood. SLEEPYstatic MoodMood. TENSEstatic MoodMood. TIREDMethods in com.tagtraum.audiokern.mood that return Mood Modifier and Type Method Description MoodMood. getCategory()One of nine categories this mood can be grouped into.MoodMood. getClosestLabeledMood()One of a number of labeled moods this mood is most similar to.static MoodMood. 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 floatMood. cosineSimilarity(Mood mood)Compares the angles of two moods and returns a number between -1 and 1.static MoodStrengthMoodStrength. 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_PROPERTYMethods 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 MoodAudioSongFacade. getMood()MoodSong. getMood()MoodSongAnnotation. getMood()Methods in com.tagtraum.beatunes.library with parameters of type Mood Modifier and Type Method Description voidSong. setMood(Mood value)voidSongAnnotation. 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 voidFileSystemAudioSong. 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 voidITunesAudioSong. 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 shortHibernateMoodType. 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 MoodReferenceSong. getMood()MoodReferenceSong. 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 MoodMoodColorPicker. getCrosshairMood()MoodMoodColorPicker. getSelectedMood()Methods in com.tagtraum.beatunes.songinfo with parameters of type Mood Modifier and Type Method Description voidMoodColorPicker. setSelectedMood(Mood mood)static StringSingleItemInfoDialog. 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 StringMoodTableCellRenderer. getDescriptiveText(Mood mood)static StringMoodTableCellRenderer. getDescriptiveText(Mood mood, BeaTunes application)static IconMoodTableCellRenderer. getIcon(Mood mood)static IconMoodTableCellRenderer. 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 MoodAcousticBrainzSong. getMood() -
Uses of Mood in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return Mood Modifier and Type Method Description MoodAmazonTrack. getMood() -
Uses of Mood in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return Mood Modifier and Type Method Description MoodBeatportTrack. getMood() -
Uses of Mood in com.tagtraum.ubermusic.coverartarchive
Methods in com.tagtraum.ubermusic.coverartarchive that return Mood Modifier and Type Method Description MoodCoverartSong. getMood() -
Uses of Mood in com.tagtraum.ubermusic.discogs
Methods in com.tagtraum.ubermusic.discogs that return Mood Modifier and Type Method Description MoodDiscogsTrack. getMood() -
Uses of Mood in com.tagtraum.ubermusic.lastfm
Methods in com.tagtraum.ubermusic.lastfm that return Mood Modifier and Type Method Description static MoodLastFM. deriveMood(List<Tag> tags)Attempt to derive a mood from the given tags.MoodLastFMTrack. getMood() -
Uses of Mood in com.tagtraum.ubermusic.wikidata
Methods in com.tagtraum.ubermusic.wikidata that return Mood Modifier and Type Method Description MoodWikidataSong. getMood()
-