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
 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.SVGZoomAndPan
getZoomAndPan, setZoomAndPan
 
Methods inherited from interface org.w3c.dom.svg.SVGFitToViewBox
getPreserveAspectRatio, getViewBox
 

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()