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