@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedLengthList") public class SVGAnimatedLengthList extends SVGAnimatedValue<SVGLengthList>
Used for attributes of type SVGLengthList which can be animated.
flagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGAnimatedLengthList(SVGLengthList baseValue,
system.Func2<SVGLengthList,SVGLengthList> animation)
Initializes a new instance of the
SVGAnimatedLengthList class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone(SVGLengthList baseValue,
system.Func2<SVGLengthList,SVGLengthList> 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 SVGAnimatedLengthList(SVGLengthList baseValue, system.Func2<SVGLengthList,SVGLengthList> animation)
Initializes a new instance of the SVGAnimatedLengthList class.
baseValue - The base value.animation - The animation.public java.lang.Object deepClone(SVGLengthList baseValue, system.Func2<SVGLengthList,SVGLengthList> animation)
Clones the specified base value.
deepClone in class SVGAnimatedValue<SVGLengthList>baseValue - The base value.animation - The animation.