org.w3c.dom.svg
Interface SVGZoomAndPan
- All Known Subinterfaces:
- SVGSVGElement, SVGViewElement, SVGViewSpec
public interface SVGZoomAndPan
SVG_ZOOMANDPAN_UNKNOWN
static final short SVG_ZOOMANDPAN_UNKNOWN
- See Also:
- Constant Field Values
SVG_ZOOMANDPAN_DISABLE
static final short SVG_ZOOMANDPAN_DISABLE
- See Also:
- Constant Field Values
SVG_ZOOMANDPAN_MAGNIFY
static final short SVG_ZOOMANDPAN_MAGNIFY
- See Also:
- Constant Field Values
getZoomAndPan
short getZoomAndPan()
setZoomAndPan
void setZoomAndPan(short zoomAndPan)
throws DOMException
- Throws:
DOMException