Uses of Class
net.sf.freecol.client.gui.video.Video

Packages that use Video
net.sf.freecol.client.gui.video Support for playing video. 
net.sf.freecol.common.resources Classes for handling resources. 
 

Uses of Video in net.sf.freecol.client.gui.video
 

Constructors in net.sf.freecol.client.gui.video with parameters of type Video
VideoComponent(Video video, boolean mute)
          Creates a component for displaying the given video.
 

Uses of Video in net.sf.freecol.common.resources
 

Methods in net.sf.freecol.common.resources that return Video
 Video VideoResource.getVideo()
          Gets the Video represented by this resource.
static Video ResourceManager.getVideo(java.lang.String resource)
          Gets the Video represented by the given resource.