Package org.w3c.dom.svg
Interface SVGFitToViewBox
-
- All Known Subinterfaces:
SVGMarkerElement,SVGPatternElement,SVGSVGElement,SVGSymbolElement,SVGViewElement,SVGViewSpec
public interface SVGFitToViewBox
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SVGAnimatedPreserveAspectRatiogetPreserveAspectRatio()SVGAnimatedRectgetViewBox()
-
-
-
Method Detail
-
getViewBox
SVGAnimatedRect getViewBox()
-
getPreserveAspectRatio
SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
-
-