Uses of Class
de.umass.lastfm.Tag

Packages that use Tag
de.umass.lastfm   
 

Uses of Tag in de.umass.lastfm
 

Methods in de.umass.lastfm that return Tag
static Tag Tag.getInfo(String tag, Locale locale, String apiKey)
          Gets the metadata for a tag.
static Tag Tag.getInfo(String tag, String apiKey)
          Gets the metadata for a tag.
 

Methods in de.umass.lastfm that return types with arguments of type Tag
static List<Tag> Tag.filter(Collection<Tag> tags, double percentage)
          Filters tags from the given list; retains only those tags with a count higher than the given percentage of the total sum as from getTagCountSum(Collection).
static Collection<Tag> Tag.getSimilar(String tag, String apiKey)
          Search for tags similar to this one.
static PaginatedResult<Tag> Chart.getTopTags(int page, String apiKey)
          Get the top tags chart.
static Collection<Tag> Tag.getTopTags(String apiKey)
           
static PaginatedResult<Tag> Chart.getTopTags(String apiKey)
          Get the top tags chart.
static Collection<Tag> User.getTopTags(String user, int limit, String apiKey)
           
static Collection<Tag> User.getTopTags(String user, String apiKey)
           
static Collection<Tag> Artist.getTopTags(String artist, String apiKey)
          Retrieves the top tags for the given artist.
static Collection<Tag> Track.getTopTags(String artist, String trackOrMbid, String apiKey)
          Retrieves the top tags for the given track.
static Collection<Tag> Album.getTopTags(String artist, String albumOrMbid, String apiKey)
          Get the top tags for an album on Last.fm, ordered by popularity.
static Collection<Tag> Tag.search(String tag, int limit, String apiKey)
           
static Collection<Tag> Tag.search(String tag, String apiKey)
           
 

Methods in de.umass.lastfm with parameters of type Tag
 int Tag.compareTo(Tag o)
           
 

Method parameters in de.umass.lastfm with type arguments of type Tag
static List<Tag> Tag.filter(Collection<Tag> tags, double percentage)
          Filters tags from the given list; retains only those tags with a count higher than the given percentage of the total sum as from getTagCountSum(Collection).
static long Tag.getTagCountSum(Collection<Tag> tags)
          Returns the sum of all count elements in the results.
 



Copyright © 2012. All Rights Reserved.