Uses of Class
com.sun.syndication.feed.module.mediarss.types.Time

Packages that use Time
com.sun.syndication.feed.module.mediarss.types This package contains datatypes for working with MediaRSS. 
 

Uses of Time in com.sun.syndication.feed.module.mediarss.types
 

Methods in com.sun.syndication.feed.module.mediarss.types that return Time
 Time Text.getEnd()
          End time of the text
 Time Text.getStart()
          Start time of the text
 Time Thumbnail.getTime()
          returns the time that the thumbnail was captured from its source
 

Constructors in com.sun.syndication.feed.module.mediarss.types with parameters of type Time
Text(java.lang.String type, java.lang.String value, Time start, Time end)
          Creates a text object with start and end times
Thumbnail(java.net.URI url, java.lang.Integer width, java.lang.Integer height, Time time)
          Creates a new thumbnail
 



Copyright © 2006-2009. All Rights Reserved.