Package org.apache.batik.bridge.svg12
Class SVG12ScriptingEnvironment.Global
- java.lang.Object
-
- org.apache.batik.bridge.ScriptingEnvironment.Window
-
- org.apache.batik.bridge.svg12.SVG12ScriptingEnvironment.Global
-
- Enclosing class:
- SVG12ScriptingEnvironment
protected class SVG12ScriptingEnvironment.Global extends ScriptingEnvironment.Window implements SVGGlobal
The SVGGlobal object.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.batik.bridge.ScriptingEnvironment.Window
ScriptingEnvironment.Window.IntervalRunnableTimerTask, ScriptingEnvironment.Window.IntervalScriptTimerTask, ScriptingEnvironment.Window.TimeoutRunnableTimerTask, ScriptingEnvironment.Window.TimeoutScriptTimerTask
-
Nested classes/interfaces inherited from interface org.apache.batik.bridge.Window
Window.URLResponseHandler
-
-
Field Summary
-
Fields inherited from class org.apache.batik.bridge.ScriptingEnvironment.Window
interpreter, language, location
-
-
Constructor Summary
Constructors Constructor Description Global(Interpreter interp, java.lang.String lang)
Creates a new Global object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
startMouseCapture(org.w3c.dom.events.EventTarget target, boolean sendAll, boolean autoRelease)
void
stopMouseCapture()
Stops mouse capture.-
Methods inherited from class org.apache.batik.bridge.ScriptingEnvironment.Window
alert, clearInterval, clearTimeout, confirm, getBridgeContext, getInterpreter, getLocation, getParent, getURL, getURL, parseXML, postURL, postURL, postURL, printNode, prompt, prompt, setInterval, setInterval, setTimeout, setTimeout
-
-
-
-
Constructor Detail
-
Global
public Global(Interpreter interp, java.lang.String lang)
Creates a new Global object.
-
-
Method Detail
-
startMouseCapture
public void startMouseCapture(org.w3c.dom.events.EventTarget target, boolean sendAll, boolean autoRelease)
- Specified by:
startMouseCapture
in interfaceSVGGlobal
-
stopMouseCapture
public void stopMouseCapture()
Stops mouse capture.- Specified by:
stopMouseCapture
in interfaceSVGGlobal
-
-