|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AnimationScheduler | |
| fi.hut.tml.xsmiles.mlfc.smil.basic | |
| fi.hut.tml.xsmiles.mlfc.smil.extension | |
| Uses of AnimationScheduler in fi.hut.tml.xsmiles.mlfc.smil.basic |
| Methods in fi.hut.tml.xsmiles.mlfc.smil.basic that return AnimationScheduler | |
AnimationScheduler |
SMILDocumentImpl.getAnimationScheduler()
Get AnimationScheduler. |
| Uses of AnimationScheduler in fi.hut.tml.xsmiles.mlfc.smil.extension |
| Methods in fi.hut.tml.xsmiles.mlfc.smil.extension with parameters of type AnimationScheduler | |
AnimatedValue |
SMILAnimateMotionElementImpl.parse(AnimationScheduler scheduler)
Parses the "left" and "top" attributes of the target element, and returns AnimatedPairValue(left, top). |
void |
SMILAnimateMotionElementImpl.write(AnimationScheduler scheduler,
java.lang.String value)
This is used to write the animated value back the DOM buffer. |
AnimatedValue |
SMILSetElementImpl.parse(AnimationScheduler sch)
Not used in set element. |
void |
SMILSetElementImpl.update(AnimationScheduler scheduler)
This method implements update for set element, i.e. |
abstract AnimatedValue |
SMILAnimationImpl.parse(AnimationScheduler schudeler)
Abstract method to be overridden in the implementing class. |
void |
SMILAnimationImpl.write(AnimationScheduler scheduler,
java.lang.String value)
This method may be overridden in the implementing class (see AnimateMotionElement). |
void |
SMILAnimationImpl.update(AnimationScheduler scheduler)
Updates the value of the animated attribute. |
AnimatedValue |
SMILAnimateColorElementImpl.parse(AnimationScheduler scheduler)
Parses the attribute value of the target attribute. |
AnimatedValue |
SMILAnimateElementImpl.parse(AnimationScheduler scheduler)
Parses the attribute value of the target attribute. |
void |
SMILAnimateElementImpl.write(AnimationScheduler scheduler,
AnimatedValue value)
Abstract method to be overridden in the implementing class. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||