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