Package org.loboevolution.html.dom.svg
Interface SVGAnimatedPreserveAspectRatio
- All Known Implementing Classes:
SVGAnimatedPreserveAspectRatioImpl
public interface SVGAnimatedPreserveAspectRatio
SVGAnimatedPreserveAspectRatio interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetAnimVal.getBaseVal.
-
Method Details
-
getBaseVal
SVGPreserveAspectRatio getBaseVal()getBaseVal.
- Returns:
- a
SVGPreserveAspectRatio
object.
-
getAnimVal
SVGPreserveAspectRatio getAnimVal()getAnimVal.
- Returns:
- a
SVGPreserveAspectRatio
object.
-