@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedInteger") public class SVGAnimatedInteger extends SVGAnimatedValue<java.lang.Long>
Used for attributes of basic type integer which can be animated.
flags
PropertyChanged, 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, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public 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.