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

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

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

Classes in fi.hut.tml.xsmiles.mlfc.smil.basic that implement TimeList
 class TimeListImpl
          The TimeList interface provides the abstraction of an ordered collection of times, without defining or constraining how this collection is implemented.
 

Methods in fi.hut.tml.xsmiles.mlfc.smil.basic with parameters of type TimeList
 void SMILSwitchElementImpl.setBegin(TimeList begin)
           
 void SMILSwitchElementImpl.setEnd(TimeList end)
           
 void ElementBasicTimeImpl.setBegin(TimeList begin)
           
 void ElementBasicTimeImpl.setEnd(TimeList end)
           
 

Uses of TimeList in fi.hut.tml.xsmiles.mlfc.smil.extension
 

Methods in fi.hut.tml.xsmiles.mlfc.smil.extension that return TimeList
 TimeList SMILAnimationImpl.getKeyTimes()
          A list of the time value of the keyTimes attribute.
 

Methods in fi.hut.tml.xsmiles.mlfc.smil.extension with parameters of type TimeList
 void SMILAnimationImpl.setKeyTimes(TimeList keyTimes)
           
 

Uses of TimeList in org.w3c.dom.smil20
 

Methods in org.w3c.dom.smil20 that return TimeList
 TimeList SMILAnimation.getKeyTimes()
          A list of the time value of the keyTimes attribute.
 

Methods in org.w3c.dom.smil20 with parameters of type TimeList
 void SMILAnimation.setKeyTimes(TimeList keyTimes)
           
 void XElementBasicTime.setBegin(TimeList begin)
           
 void XElementBasicTime.setEnd(TimeList end)
           
 



X-Smiles 1.2