Uses of Class
org.stanwood.media.model.Film

Packages that use Film
org.stanwood.media.source   
org.stanwood.media.source.xbmc   
 

Uses of Film in org.stanwood.media.source
 

Methods in org.stanwood.media.source that return Film
 Film TagChimpSource.getFilm(java.lang.String filmId, java.net.URL url, java.io.File file)
          This will get a film from the source.
 

Methods in org.stanwood.media.source with parameters of type Film
protected  void TagChimpSource.parseCertification(Film film, org.w3c.dom.Document doc)
           
protected  void TagChimpSource.parseChapters(Film film, org.w3c.dom.Document doc)
           
 

Uses of Film in org.stanwood.media.source.xbmc
 

Methods in org.stanwood.media.source.xbmc that return Film
 Film XBMCSource.getFilm(java.lang.String filmId, java.net.URL url, java.io.File file)
          This will get a film from the source.