Uses of Interface
org.w3c.dom.smil20.Time

Packages that use Time
fi.hut.tml.xsmiles.mlfc.smil.basic   
org.w3c.dom.smil20   
 

Uses of Time in fi.hut.tml.xsmiles.mlfc.smil.basic
 

Classes in fi.hut.tml.xsmiles.mlfc.smil.basic that implement Time
 class TimeImpl
          The Time interface is a datatype that represents times within the timegraph.
 

Fields in fi.hut.tml.xsmiles.mlfc.smil.basic declared as Time
protected  Time ElementBasicTimeImpl.currentIntervalBegin
           
protected  Time ElementBasicTimeImpl.currentIntervalEnd
           
protected  Time ElementBasicTimeImpl.previousIntervalBegin
           
protected  Time ElementBasicTimeImpl.previousIntervalEnd
           
protected  Time ElementBasicTimeImpl.clipBeginTime
           
protected  Time ElementBasicTimeImpl.activeDuration
           
 

Methods in fi.hut.tml.xsmiles.mlfc.smil.basic that return Time
 Time SMILSwitchElementImpl.getDur()
          The desired simple duration value of this node in seconds.
 Time SMILSwitchElementImpl.getRepeatDur()
          The repeatDur causes the element to play repeatedly (loop) for the specified duration in milliseconds.
 Time SMILSwitchElementImpl.getMin()
          The minimum play time for this element in milliseconds.
 Time SMILSwitchElementImpl.getMax()
          The minimum play time for this element in milliseconds.
 Time ShadowElementImpl.getDur()
          The desired simple duration value of this node in seconds.
 Time ShadowElementImpl.getRepeatDur()
          The repeatDur causes the element to play repeatedly (loop) for the specified duration in seconds.
 Time ShadowElementImpl.getMin()
          The minimum play time for this element in milliseconds.
 Time ShadowElementImpl.getMax()
          The minimum play time for this element in milliseconds.
 Time ElementBasicTimeImpl.getTimeInParentTime(Time t)
           
 Time ElementBasicTimeImpl.getCurrentIntervalBegin()
          Get the current interval begin time.
 Time ElementBasicTimeImpl.getCurrentIntervalEnd()
          Get the current interval end time.
 Time ElementBasicTimeImpl.ACAdd(Time m1, Time m2)
          Addition/Substraction for active duration computation.
protected  Time ElementBasicTimeImpl.computeSimpleDuration()
          Define the simple duration.
 Time ElementBasicTimeImpl.getDur()
          The desired simple duration value of this node in seconds.
 Time ElementBasicTimeImpl.getRepeatDur()
          The repeatDur causes the element to play repeatedly (loop) for the specified duration in seconds.
 Time ElementBasicTimeImpl.getMin()
          The minimum play time for this element in milliseconds.
 Time ElementBasicTimeImpl.getMax()
          The minimum play time for this element in milliseconds.
 Time TimeListImpl.item(int index)
          Returns the index the item in the collection.
 Time TimeListImpl.getTimeGreaterThan(Time time)
          Get the next time greater than time.
 

Methods in fi.hut.tml.xsmiles.mlfc.smil.basic with parameters of type Time
 void TimeImpl.setTimeValue(Time t)
          Forces this Time object to have the same time value offset as t.
 boolean TimeImpl.isGreaterThan(Time time)
          Is time greater than this.
 boolean TimeImpl.isEqualTo(Time time)
          Is time equal to this.
 void SMILSwitchElementImpl.setMin(Time min)
           
 void SMILSwitchElementImpl.setMax(Time max)
           
 Time ElementBasicTimeImpl.getTimeInParentTime(Time t)
           
 void ElementBasicTimeImpl.setCurrentIntervalBegin(Time b)
          Set the current interval begin time.
 void ElementBasicTimeImpl.setCurrentIntervalEnd(Time e)
          Set the current interval end time.
 void ElementBasicTimeImpl.addIntervalBeginListener(Time time, ElementBasicTimeImpl dependent)
          Add a new begin interval changed listener.
 void ElementBasicTimeImpl.notifyBeginListeners(Time newBeginTime)
          Notify all begin interval changed listeners.
 void ElementBasicTimeImpl.addIntervalEndListener(Time time, ElementBasicTimeImpl dependent)
          Add a new end interval changed listener.
 void ElementBasicTimeImpl.notifyEndListeners(Time newEndTime)
          Notify all end interval changed listeners.
 void ElementBasicTimeImpl.addNewIntervalListener(Time time, ElementBasicTimeImpl dependent)
          Add a new interval created listener.
 Time ElementBasicTimeImpl.ACAdd(Time m1, Time m2)
          Addition/Substraction for active duration computation.
 void ElementBasicTimeImpl.setMin(Time min)
           
 void ElementBasicTimeImpl.setMax(Time max)
           
 void TimeListImpl.add(Time time)
          Add a time to TimeList.
 Time TimeListImpl.getTimeGreaterThan(Time time)
          Get the next time greater than time.
 void TimeListImpl.timeChanged(Time time)
          Time in this instance time list has changed (dependency time's base time was changed).
 

Uses of Time in org.w3c.dom.smil20
 

Methods in org.w3c.dom.smil20 that return Time
 Time XElementBasicTime.getDur()
          The desired simple duration value of this node in seconds.
 Time XElementBasicTime.getRepeatDur()
          The repeatDur causes the element to play repeatedly (loop) for the specified duration in milliseconds.
 Time XElementBasicTime.getMin()
          The minimum play time for this element in milliseconds.
 Time XElementBasicTime.getMax()
          The minimum play time for this element in milliseconds.
 Time XElementBasicTime.getCurrentIntervalBegin()
          Get the current interval begin time.
 Time TimeList.item(int index)
          Returns the index th item in the collection.
 Time TimeList.getTimeGreaterThan(Time time)
          Get the next time greater than time.
 

Methods in org.w3c.dom.smil20 with parameters of type Time
 void XElementBasicTime.setMin(Time min)
           
 void XElementBasicTime.setMax(Time max)
           
 boolean Time.isGreaterThan(Time time)
          Is time greater that this.
 boolean Time.isEqualTo(Time time)
          Is time equal to this.
 void Time.setTimeValue(Time t)
           
 Time TimeList.getTimeGreaterThan(Time time)
          Get the next time greater than time.
 



X-Smiles 1.2