@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedString") public class SVGAnimatedString extends SVGAnimatedValue<java.lang.String>
Used for attributes of type DOMString which can be animated.
flagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGAnimatedString(java.lang.String baseValue,
system.Func2<java.lang.String,java.lang.String> animation)
Initializes a new instance of the
SVGAnimatedString class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone(java.lang.String baseValue,
system.Func2<java.lang.String,java.lang.String> 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 SVGAnimatedString(java.lang.String baseValue,
system.Func2<java.lang.String,java.lang.String> animation)
Initializes a new instance of the SVGAnimatedString class.
baseValue - The base value.animation - The animation.public java.lang.Object deepClone(java.lang.String baseValue,
system.Func2<java.lang.String,java.lang.String> animation)
Clones the specified base value.
deepClone in class SVGAnimatedValue<java.lang.String>baseValue - The base value.animation - The animation.