@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedPreserveAspectRatio") public class SVGAnimatedPreserveAspectRatio extends SVGAnimatedValue<SVGPreserveAspectRatio>
Used for attributes of type SVGPreserveAspectRatio which can be animated.
flags
PropertyChanged
Constructor and Description |
---|
SVGAnimatedPreserveAspectRatio(SVGPreserveAspectRatio baseValue,
com.aspose.html.common.Func2<SVGPreserveAspectRatio,SVGPreserveAspectRatio> animation)
Initializes a new instance of the
SVGAnimatedPreserveAspectRatio class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone(SVGPreserveAspectRatio baseValue,
com.aspose.html.common.Func2<SVGPreserveAspectRatio,SVGPreserveAspectRatio> 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 SVGAnimatedPreserveAspectRatio(SVGPreserveAspectRatio baseValue, com.aspose.html.common.Func2<SVGPreserveAspectRatio,SVGPreserveAspectRatio> animation)
Initializes a new instance of the SVGAnimatedPreserveAspectRatio
class.
baseValue
- The base value.animation
- The animation.public Object deepClone(SVGPreserveAspectRatio baseValue, com.aspose.html.common.Func2<SVGPreserveAspectRatio,SVGPreserveAspectRatio> animation)
Clones the specified base value.
deepClone
in class SVGAnimatedValue<SVGPreserveAspectRatio>
baseValue
- The base value.animation
- The animation.