public interface SVGGlobal extends Global
| Modifier and Type | Method and Description |
|---|---|
void |
startMouseCapture(org.w3c.dom.events.EventTarget target,
boolean sendAll,
boolean autoRelease)
Starts mouse capture.
|
void |
stopMouseCapture()
Stops mouse capture.
|