SVGZoomEvent in SVG 1.1
Instance Properties
| name | type | description |
|---|---|---|
| bubbles | Boolean | (read only) [from Event] |
| cancelable | Boolean | (read only) [from Event] |
| currentTarget | EventTarget | (read only) The object to which the event handler was assigned. [from Event] |
| detail | Number | (read only) [from UIEvent] |
| eventPhase | Number | (read only) When/where did the event take place? [from Event] |
| newScale | Number | (read only) |
| newTranslate | SVGPoint | (read only) |
| previousScale | Number | (read only) |
| previousTranslate | SVGPoint | (read only) |
| target | EventTarget | (read only) The object which caught the event. [from Event] |
| timeStamp | Number | (read only) Date/time that the event occurred. [from Event] |
| type | String | (read only) [from Event] |
| view | AbstractView | (read only) [from UIEvent] |
| zoomRectScreen | SVGRect | (read only) |
Instance Methods
| name | returns | description |
|---|---|---|
| initEvent(eventTypeArg,canBubbleArg,cancelableArg) | (none) | Initialize the event object prior to dispatching it. [from Event] |
| initUIEvent(typeArg,canBubbleArg,cancelableArg,…) | (none) | [from UIEvent] |
| preventDefault() | (none) | [from Event] |
| stopPropagation() | (none) | [from Event] |