@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedEnumeration") public class SVGAnimatedEnumeration extends SVGAnimatedValue<Integer>
Used for attributes whose value must be a constant from a particular enumeration and which can be animated.
flags
PropertyChanged
Constructor and Description |
---|
SVGAnimatedEnumeration(Integer baseValue,
com.aspose.html.common.Func2<Integer,Integer> animation)
Initializes a new instance of the
SVGAnimatedEnumeration class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone(Integer baseValue,
com.aspose.html.common.Func2<Integer,Integer> 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 SVGAnimatedEnumeration(Integer baseValue, com.aspose.html.common.Func2<Integer,Integer> animation)
Initializes a new instance of the SVGAnimatedEnumeration
class.
baseValue
- if set to true
[base value].animation
- The animation.