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.String
getPreserveAspectRatioString()
SVGTransformList
getTransform()
java.lang.String
getTransformString()
java.lang.String
getViewBoxString()
SVGElement
getViewTarget()
java.lang.String
getViewTargetString()
-
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()
-
-