@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedNumber") public class SVGAnimatedNumber extends SVGAnimatedValue<Float>
Used for attributes of basic type number which can be animated.
flags
PropertyChanged
Constructor and Description |
---|
SVGAnimatedNumber(Float baseValue,
com.aspose.html.common.Func2<Float,Float> animation)
Initializes a new instance of the
SVGAnimatedNumber class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone(Float baseValue,
com.aspose.html.common.Func2<Float,Float> animation)
Clones the specified base value.
|
deepClone, getAnimVal, getBaseVal, getGenericKey, getKey, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public SVGAnimatedNumber(Float baseValue, com.aspose.html.common.Func2<Float,Float> animation)
Initializes a new instance of the SVGAnimatedNumber
class.
baseValue
- The base value.animation
- The animation.