org.w3c.dom.svg
Interface SVGZoomAndPan

All Known Subinterfaces:
SVGSVGElement, SVGViewElement, SVGViewSpec

public interface SVGZoomAndPan


Field Summary
static short SVG_ZOOMANDPAN_DISABLE
           
static short SVG_ZOOMANDPAN_MAGNIFY
           
static short SVG_ZOOMANDPAN_UNKNOWN
           
 
Method Summary
 short getZoomAndPan()
           
 void setZoomAndPan(short zoomAndPan)
           
 

Field Detail

SVG_ZOOMANDPAN_UNKNOWN

public static final short SVG_ZOOMANDPAN_UNKNOWN

SVG_ZOOMANDPAN_DISABLE

public static final short SVG_ZOOMANDPAN_DISABLE

SVG_ZOOMANDPAN_MAGNIFY

public static final short SVG_ZOOMANDPAN_MAGNIFY
Method Detail

getZoomAndPan

public short getZoomAndPan()

setZoomAndPan

public void setZoomAndPan(short zoomAndPan)
                   throws DOMException


Copyright © 2002 Apache Software Foundation. All Rights Reserved.