org.w3c.dom.svg
Interface SVGZoomAndPan
- All Known Subinterfaces:
- SVGSVGElement, SVGViewElement, SVGViewSpec
- All Known Implementing Classes:
- SVGOMSVGElement, SVGOMViewElement
- public interface SVGZoomAndPan
SVG_ZOOMANDPAN_UNKNOWN
public static final short SVG_ZOOMANDPAN_UNKNOWN
- See Also:
- Constant Field Values
SVG_ZOOMANDPAN_DISABLE
public static final short SVG_ZOOMANDPAN_DISABLE
- See Also:
- Constant Field Values
SVG_ZOOMANDPAN_MAGNIFY
public static final short SVG_ZOOMANDPAN_MAGNIFY
- See Also:
- Constant Field Values
getZoomAndPan
public short getZoomAndPan()
setZoomAndPan
public void setZoomAndPan(short zoomAndPan)
throws DOMException
- Throws:
DOMException
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.