public interface ISVGZoomAndPan
ISVGZoomAndPan
interface defines
attribute getZoomAndPan()
and associated constants.Modifier and Type | Field and Description |
---|---|
static short |
SVG_ZOOMANDPAN_DISABLE
Corresponds to value 'disable'.
|
static short |
SVG_ZOOMANDPAN_MAGNIFY
Corresponds to value 'magnify'.
|
static short |
SVG_ZOOMANDPAN_UNKNOWN
The enumeration was set to a value that is not one of predefined types.
|
Modifier and Type | Method and Description |
---|---|
short |
getZoomAndPan()
Corresponds to attribute
getZoomAndPan()
on the given element. |
void |
setZoomAndPan(short value)
Corresponds to attribute
getZoomAndPan()
on the given element. |
static final short SVG_ZOOMANDPAN_UNKNOWN
static final short SVG_ZOOMANDPAN_DISABLE
static final short SVG_ZOOMANDPAN_MAGNIFY
short getZoomAndPan()
getZoomAndPan()
on the given element. The value must be one of the SVG_ZOOMANDPAN_ constants
defined on this interface.void setZoomAndPan(short value) throws com.google.gwt.core.client.JavaScriptException
getZoomAndPan()
on the given element. The value must be one of the SVG_ZOOMANDPAN_ constants
defined on this interface.DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptException
Copyright © 2018. All Rights Reserved.