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 ScriptingEnvironment.Window
ScriptingEnvironment.Window.IntervalRunnableTimerTask, ScriptingEnvironment.Window.IntervalScriptTimerTask, ScriptingEnvironment.Window.TimeoutRunnableTimerTask, ScriptingEnvironment.Window.TimeoutScriptTimerTaskNested classes/interfaces inherited from interface Window
Window.URLResponseHandler -
Field Summary
Fields inherited from class ScriptingEnvironment.Window
interpreter, language, location -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstartMouseCapture(EventTarget target, boolean sendAll, boolean autoRelease) voidStops mouse capture.Methods inherited from class 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:
startMouseCapturein interfaceSVGGlobal
-
stopMouseCapture
public void stopMouseCapture()Stops mouse capture.- Specified by:
stopMouseCapturein interfaceSVGGlobal
-