|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AnimatedValue | |
| fi.hut.tml.xsmiles.mlfc.smil.extension | |
| Uses of AnimatedValue in fi.hut.tml.xsmiles.mlfc.smil.extension |
| Classes in fi.hut.tml.xsmiles.mlfc.smil.extension that implement AnimatedValue | |
class |
AnimatedColorValue
Animated Color Value, animates values in format "rgb(16,16,16)" or "#101010" |
class |
AnimatedIntegerValue
Animated Integer Value, animates values in format "x" |
class |
AnimatedPairValue
Animated Pair Value, animates values in format "(x, y)" |
| Methods in fi.hut.tml.xsmiles.mlfc.smil.extension that return AnimatedValue | |
AnimatedValue |
SMILAnimateMotionElementImpl.parse(java.lang.String value)
Parses the attribute value. |
AnimatedValue |
SMILAnimateMotionElementImpl.parse(AnimationScheduler scheduler)
Parses the "left" and "top" attributes of the target element, and returns AnimatedPairValue(left, top). |
AnimatedValue |
SMILAnimateMotionElementImpl.parse(int val)
Parses the integer val. |
AnimatedValue[] |
SMILAnimateMotionElementImpl.initArray(int size)
Returns an empty array of AnimatedPairValues. |
AnimatedValue |
SMILSetElementImpl.parse(AnimationScheduler sch)
Not used in set element. |
AnimatedValue |
SMILSetElementImpl.parse(java.lang.String str)
Not used in set element. |
AnimatedValue |
SMILSetElementImpl.parse(int val)
Not used in set element. |
AnimatedValue[] |
SMILSetElementImpl.initArray(int size)
Not used in set element. |
AnimatedValue |
AnimatedIntegerValue.add(AnimatedValue val)
Add val to this. |
AnimatedValue |
AnimatedIntegerValue.mult(int integer)
Multiply this by integer value. |
AnimatedValue |
AnimatedIntegerValue.interpolate(AnimatedValue val,
float t)
Interpolate between this and val by t, where t is [0,1]. |
AnimatedValue |
AnimatedColorValue.add(AnimatedValue val)
Add val to this. |
AnimatedValue |
AnimatedColorValue.mult(int integer)
Multiply this by integer value. |
AnimatedValue |
AnimatedColorValue.interpolate(AnimatedValue val,
float t)
Interpolate between this and val by t, where t is [0,1]. |
AnimatedValue |
AnimatedValue.add(AnimatedValue val)
Add val to this. |
AnimatedValue |
AnimatedValue.mult(int integer)
Multiply this by integer value. |
AnimatedValue |
AnimatedValue.interpolate(AnimatedValue val,
float t)
Interpolate between this and val by t, where t is [0,1]. |
abstract AnimatedValue |
SMILAnimationImpl.parse(java.lang.String str)
Abstract method to be overridden in the implementing class. |
abstract AnimatedValue |
SMILAnimationImpl.parse(AnimationScheduler schudeler)
Abstract method to be overridden in the implementing class. |
abstract AnimatedValue |
SMILAnimationImpl.parse(int val)
Abstract method to be overridden in the implementing class. |
abstract AnimatedValue[] |
SMILAnimationImpl.initArray(int size)
Inits an empty array of AnimatedValues. |
AnimatedValue |
SMILAnimateColorElementImpl.parse(java.lang.String value)
Parses the attribute value. |
AnimatedValue |
SMILAnimateColorElementImpl.parse(AnimationScheduler scheduler)
Parses the attribute value of the target attribute. |
AnimatedValue |
SMILAnimateColorElementImpl.parse(int val)
Parses the integer val. |
AnimatedValue[] |
SMILAnimateColorElementImpl.initArray(int size)
Returns an empty array of AnimatedColorValues. |
AnimatedValue |
SMILAnimateElementImpl.parse(java.lang.String value)
Parses the attribute value. |
AnimatedValue |
SMILAnimateElementImpl.parse(AnimationScheduler scheduler)
Parses the attribute value of the target attribute. |
AnimatedValue |
SMILAnimateElementImpl.parse(int val)
Parses the integer val. |
AnimatedValue[] |
SMILAnimateElementImpl.initArray(int size)
Returns an empty array of AnimatedIntegerValues. |
AnimatedValue |
AnimatedPairValue.add(AnimatedValue val)
Add val to this. |
AnimatedValue |
AnimatedPairValue.mult(int integer)
Multiply this by integer value. |
AnimatedValue |
AnimatedPairValue.interpolate(AnimatedValue val,
float t)
Interpolate between this and val by t, where t is [0,1]. |
| Methods in fi.hut.tml.xsmiles.mlfc.smil.extension with parameters of type AnimatedValue | |
AnimatedValue |
AnimatedIntegerValue.add(AnimatedValue val)
Add val to this. |
AnimatedValue |
AnimatedIntegerValue.interpolate(AnimatedValue val,
float t)
Interpolate between this and val by t, where t is [0,1]. |
float |
AnimatedIntegerValue.distance(AnimatedValue val)
Calculates the distance between this and val. |
AnimatedValue |
AnimatedColorValue.add(AnimatedValue val)
Add val to this. |
AnimatedValue |
AnimatedColorValue.interpolate(AnimatedValue val,
float t)
Interpolate between this and val by t, where t is [0,1]. |
float |
AnimatedColorValue.distance(AnimatedValue val)
Calculates the distance between this and val. |
AnimatedValue |
AnimatedValue.add(AnimatedValue val)
Add val to this. |
AnimatedValue |
AnimatedValue.interpolate(AnimatedValue val,
float t)
Interpolate between this and val by t, where t is [0,1]. |
float |
AnimatedValue.distance(AnimatedValue val)
Calculates the distance between this and val. |
void |
SMILAnimateElementImpl.write(AnimationScheduler scheduler,
AnimatedValue value)
Abstract method to be overridden in the implementing class. |
AnimatedValue |
AnimatedPairValue.add(AnimatedValue val)
Add val to this. |
AnimatedValue |
AnimatedPairValue.interpolate(AnimatedValue val,
float t)
Interpolate between this and val by t, where t is [0,1]. |
float |
AnimatedPairValue.distance(AnimatedValue val)
Calculates the distance between this and val. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||