@DOMObjectAttribute @DOMNoInterfaceObjectAttribute public interface ISVGZoomAndPan
The SVGZoomAndPan interface defines attribute zoomAndPan and associated constants.
Modifier and Type | Method and Description |
---|---|
int |
getZoomAndPan()
Corresponds to attribute ‘zoomAndPan’ on the given element.
|
void |
setZoomAndPan(int value)
Corresponds to attribute ‘zoomAndPan’ on the given element.
|
@DOMNameAttribute(name="zoomAndPan") int getZoomAndPan()
Corresponds to attribute ‘zoomAndPan’ on the given element. The value must be one of the SVG_ZOOMANDPAN_* constants defined on this interface.
DOMException
- Code DOMException.NO_MODIFICATION_ALLOWED_ERR
.
Raised on an attempt to change the value of a read only attribute.
Value:
The zoom and pan.@DOMNameAttribute(name="zoomAndPan") void setZoomAndPan(int value)
Corresponds to attribute ‘zoomAndPan’ on the given element. The value must be one of the SVG_ZOOMANDPAN_* constants defined on this interface.
DOMException
- Code DOMException.NO_MODIFICATION_ALLOWED_ERR
.
Raised on an attempt to change the value of a read only attribute.
Value:
The zoom and pan.