Package org.w3c.dom.svg
Interface SVGZoomAndPan
-
- All Known Subinterfaces:
SVGSVGElement
,SVGViewElement
,SVGViewSpec
public interface SVGZoomAndPan
-
-
Field Summary
Fields Modifier and Type Field Description static short
SVG_ZOOMANDPAN_DISABLE
static short
SVG_ZOOMANDPAN_MAGNIFY
static short
SVG_ZOOMANDPAN_UNKNOWN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
getZoomAndPan()
void
setZoomAndPan(short zoomAndPan)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
getZoomAndPan
short getZoomAndPan()
-
setZoomAndPan
void setZoomAndPan(short zoomAndPan) throws DOMException
- Throws:
DOMException
-
-