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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
startMouseCapture
(EventTarget target, boolean sendAll, boolean autoRelease) void
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 Details
-
Global
Creates a new Global object.
-
-
Method Details
-
startMouseCapture
- Specified by:
startMouseCapture
in interfaceSVGGlobal
-
stopMouseCapture
public void stopMouseCapture()Stops mouse capture.- Specified by:
stopMouseCapture
in interfaceSVGGlobal
-