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 SVGGlobal.
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 SVGGlobal.

stopMouseCapture

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