@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedNumber") public class SVGAnimatedNumber extends SVGAnimatedValue<java.lang.Float>
Used for attributes of basic type number which can be animated.
flags
PropertyChanged, 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, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public 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.