|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISVGZoomAndPan
The ISVGZoomAndPan interface defines
attribute getZoomAndPan()
and associated constants.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
short |
getZoomAndPan()
Corresponds to attribute getZoomAndPan()
on the given element. |
void |
setZoomAndPan(short value)
Corresponds to attribute getZoomAndPan()
on the given element. |
| Field Detail |
|---|
static final short SVG_ZOOMANDPAN_UNKNOWN
static final short SVG_ZOOMANDPAN_DISABLE
static final short SVG_ZOOMANDPAN_MAGNIFY
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||