@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedNumber") public class SVGAnimatedNumber extends SVGAnimatedValue<java.lang.Float>
Used for attributes of basic type number which can be animated.
flagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGAnimatedNumber(java.lang.Float baseValue,
system.Func2<java.lang.Float,java.lang.Float> animation)
Initializes a new instance of the
SVGAnimatedNumber class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone(java.lang.Float baseValue,
system.Func2<java.lang.Float,java.lang.Float> animation)
Clones the specified base value.
|
deepClone, dispose, getAnimVal, getBaseVal, getGenericKey, getKey, setBaseValasReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toStringfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBindingpublic SVGAnimatedNumber(java.lang.Float baseValue,
system.Func2<java.lang.Float,java.lang.Float> animation)
Initializes a new instance of the SVGAnimatedNumber class.
baseValue - The base value.animation - The animation.public java.lang.Object deepClone(java.lang.Float baseValue,
system.Func2<java.lang.Float,java.lang.Float> animation)
Clones the specified base value.
deepClone in class SVGAnimatedValue<java.lang.Float>baseValue - The base value.animation - The animation.