@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedRect") public class SVGAnimatedRect extends SVGAnimatedValue<SVGRect>
Used for attributes of type SVGRect which can be animated.
flags
PropertyChanged
Constructor and Description |
---|
SVGAnimatedRect(SVGRect baseValue,
com.aspose.html.common.Func2<SVGRect,SVGRect> animation)
Initializes a new instance of the
SVGAnimatedRect class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone(SVGRect baseValue,
com.aspose.html.common.Func2<SVGRect,SVGRect> animation)
Clones the specified base value.
|
deepClone, getAnimVal, getBaseVal, getGenericKey, getKey, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public SVGAnimatedRect(SVGRect baseValue, com.aspose.html.common.Func2<SVGRect,SVGRect> animation)
Initializes a new instance of the SVGAnimatedRect
class.
baseValue
- The base value.animation
- The animation.