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