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