org.apache.batik.bridge.svg12

Class SVG12ScriptingEnvironment.Global

protected class SVG12ScriptingEnvironment.Global extends ScriptingEnvironment.Window implements SVGGlobal

The SVGGlobal object.
Constructor Summary
Global(Interpreter interp, String lang)
Creates a new Global object.
Method Summary
voidstartMouseCapture(EventTarget target, boolean sendAll, boolean autoRelease)
Implements {@link org.apache.batik.dom.svg12.SVGGlobal#startMouseCapture(EventTarget,boolean,boolean)}.
voidstopMouseCapture()
Stops mouse capture.

Constructor Detail

Global

public Global(Interpreter interp, String lang)
Creates a new Global object.

Method Detail

startMouseCapture

public void startMouseCapture(EventTarget target, boolean sendAll, boolean autoRelease)
Implements {@link org.apache.batik.dom.svg12.SVGGlobal#startMouseCapture(EventTarget,boolean,boolean)}.

stopMouseCapture

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