@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedLength") public class SVGAnimatedLength extends SVGAnimatedValue<SVGLength>
Used for attributes of basic type length which can be animated.
flags
PropertyChanged
Constructor and Description |
---|
SVGAnimatedLength(SVGLength baseValue,
com.aspose.html.common.Func2<SVGLength,SVGLength> animation)
Initializes a new instance of the
SVGAnimatedLength class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone(SVGLength baseValue,
com.aspose.html.common.Func2<SVGLength,SVGLength> 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 SVGAnimatedLength(SVGLength baseValue, com.aspose.html.common.Func2<SVGLength,SVGLength> animation)
Initializes a new instance of the SVGAnimatedLength
class.
baseValue
- if set to true
[base value].animation
- The animation.