@JsType(isNative=true,
name="SVGAnimatedPreserveAspectRatio",
namespace="<global>")
public interface SVGAnimatedPreserveAspectRatio
Modifier and Type | Method and Description |
---|---|
SVGPreserveAspectRatio |
getAnimVal() |
SVGPreserveAspectRatio |
getBaseVal() |
void |
setBaseVal(SVGPreserveAspectRatio baseVal) |
@JsProperty(name="baseVal") SVGPreserveAspectRatio getBaseVal()
@JsProperty(name="baseVal") void setBaseVal(SVGPreserveAspectRatio baseVal)
@JsProperty(name="animVal") SVGPreserveAspectRatio getAnimVal()
Copyright © 2018 Xalys. All rights reserved.