Package org.loboevolution.html.dom.svg
Interface SVGFitToViewBox
- All Known Subinterfaces:
SVGMarkerElement
,SVGPatternElement
,SVGSVGElement
,SVGSymbolElement
,SVGViewElement
,SVGViewSpec
- All Known Implementing Classes:
SVGSVGElementImpl
,SVGSymbolElementImpl
public interface SVGFitToViewBox
SVGFitToViewBox interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetPreserveAspectRatio.getViewBox.
-
Method Details
-
getViewBox
SVGAnimatedRect getViewBox()getViewBox.
- Returns:
- a
SVGAnimatedRect
object.
-
getPreserveAspectRatio
SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()getPreserveAspectRatio.
- Returns:
- a
SVGAnimatedPreserveAspectRatio
object.
-