@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedLengthList") public class SVGAnimatedLengthList extends SVGAnimatedValue<SVGLengthList>
Used for attributes of type SVGLengthList which can be animated.
flags
PropertyChanged, 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, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public 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.