Package org.w3c.dom.svg
Interface SVGViewSpec
-
- All Superinterfaces:
SVGFitToViewBox,SVGZoomAndPan
public interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox
-
-
Field Summary
-
Fields inherited from interface org.w3c.dom.svg.SVGZoomAndPan
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPreserveAspectRatioString()SVGTransformListgetTransform()java.lang.StringgetTransformString()java.lang.StringgetViewBoxString()SVGElementgetViewTarget()java.lang.StringgetViewTargetString()-
Methods inherited from interface org.w3c.dom.svg.SVGFitToViewBox
getPreserveAspectRatio, getViewBox
-
Methods inherited from interface org.w3c.dom.svg.SVGZoomAndPan
getZoomAndPan, setZoomAndPan
-
-
-
-
Method Detail
-
getTransform
SVGTransformList getTransform()
-
getViewTarget
SVGElement getViewTarget()
-
getViewBoxString
java.lang.String getViewBoxString()
-
getPreserveAspectRatioString
java.lang.String getPreserveAspectRatioString()
-
getTransformString
java.lang.String getTransformString()
-
getViewTargetString
java.lang.String getViewTargetString()
-
-