@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedRect") public class SVGAnimatedRect extends SVGAnimatedValue<SVGRect>
Used for attributes of type SVGRect which can be animated.
flags
PropertyChanged, 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, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public SVGAnimatedRect(SVGRect baseValue, system.Func2<SVGRect,SVGRect> animation)
Initializes a new instance of the SVGAnimatedRect
class.
baseValue
- The base value.animation
- The animation.