org.apache.batik.dom.svg12

Interface SVGGlobal

public interface SVGGlobal extends Global

Interface for a global scripting object for an SVG document. Eventually will move to org.w3c.dom.svg (or some such package).
Method Summary
voidstartMouseCapture(EventTarget target, boolean sendAll, boolean autoRelease)
Starts mouse capture.
voidstopMouseCapture()
Stops mouse capture.

Method Detail

startMouseCapture

public void startMouseCapture(EventTarget target, boolean sendAll, boolean autoRelease)
Starts mouse capture.

stopMouseCapture

public void stopMouseCapture()
Stops mouse capture.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.