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

java.lang.Object
  extended by net.sf.freecol.client.gui.video.Video

public class Video
extends java.lang.Object

Represents a video.


Constructor Summary
Video(java.net.URL url)
          Create a Video.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Video

public Video(java.net.URL url)
Create a Video.

Parameters:
url - The URL to create the video from.