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