Uses of Class
com.rometools.modules.mediarss.types.Time
-
Packages that use Time Package Description com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of Time in com.rometools.modules.mediarss.types
Methods in com.rometools.modules.mediarss.types that return Time Modifier and Type Method Description TimeLocation. getEnd()TimeText. getEnd()End time of the textTimeScene. getEndTime()TimeLocation. getStart()TimeText. getStart()Start time of the textTimeScene. getStartTime()TimeThumbnail. getTime()returns the time that the thumbnail was captured from its sourceMethods in com.rometools.modules.mediarss.types with parameters of type Time Modifier and Type Method Description voidLocation. setEnd(Time end)voidScene. setEndTime(Time endTime)voidLocation. setStart(Time start)voidScene. setStartTime(Time startTime)Constructors in com.rometools.modules.mediarss.types with parameters of type Time Constructor Description Text(String type, String value, Time start, Time end)Creates a text object with start and end timesThumbnail(URI url, Integer width, Integer height, Time time)
-