@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedInteger") public class SVGAnimatedInteger extends SVGAnimatedValue<java.lang.Long>
Used for attributes of basic type integer which can be animated.
flagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGAnimatedInteger(java.lang.Long baseValue,
system.Func2<java.lang.Long,java.lang.Long> animation)
Initializes a new instance of the
SVGAnimatedInteger class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone(java.lang.Long baseValue,
system.Func2<java.lang.Long,java.lang.Long> animation)
Clones the specified base value.
|
deepClone, dispose, getAnimVal, getBaseVal, getGenericKey, getKey, setBaseValasReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toStringfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBindingpublic SVGAnimatedInteger(java.lang.Long baseValue,
system.Func2<java.lang.Long,java.lang.Long> animation)
Initializes a new instance of the SVGAnimatedInteger class.
baseValue - if set to true [base value].animation - The animation.public java.lang.Object deepClone(java.lang.Long baseValue,
system.Func2<java.lang.Long,java.lang.Long> animation)
Clones the specified base value.
deepClone in class SVGAnimatedValue<java.lang.Long>baseValue - The base value.animation - The animation.