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