net.sf.freecol.common.resources
Class VideoResource

java.lang.Object
  extended by net.sf.freecol.common.resources.Resource
      extended by net.sf.freecol.common.resources.VideoResource

public class VideoResource
extends Resource

A Resource wrapping a Video.

See Also:
Resource, Video

Method Summary
 Video getVideo()
          Gets the Video represented by this resource.
 
Methods inherited from class net.sf.freecol.common.resources.Resource
getResourceLocator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVideo

public Video getVideo()
Gets the Video represented by this resource.

Returns:
The Video in it's original size.