Uses of Class
net.anidb.udp.mask.AnimeMask

Packages that use AnimeMask
net.anidb.udp   
net.anidb.udp.mask   
 

Uses of AnimeMask in net.anidb.udp
 

Methods in net.anidb.udp with parameters of type AnimeMask
 Anime UdpAnimeFactory.getAnime(long animeId, AnimeMask mask)
          Returns the anime with the given Id.
 Anime UdpConnection.getAnime(long animeId, AnimeMask mask)
          Returns the anime with the given Id.
 Anime UdpAnimeFactory.getAnime(java.lang.String animeName, AnimeMask mask)
          Returns the anime with the given name.
 Anime UdpConnection.getAnime(java.lang.String animeName, AnimeMask mask)
          Returns the anime with the given name.
 

Uses of AnimeMask in net.anidb.udp.mask
 

Fields in net.anidb.udp.mask declared as AnimeMask
static AnimeMask AnimeMask.ALL
          A mask with all fields set.