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