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

public SVGTransformList getTransform()

getViewTarget

public SVGElement getViewTarget()

getViewBoxString

public String getViewBoxString()

getPreserveAspectRatioString

public String getPreserveAspectRatioString()

getTransformString

public String getTransformString()

getViewTargetString

public String getViewTargetString()


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.