org.apache.batik.bridge.svg12
Class SVG12ScriptingEnvironment.Global
java.lang.Object
org.apache.batik.bridge.ScriptingEnvironment.Window
org.apache.batik.bridge.svg12.SVG12ScriptingEnvironment.Global
- All Implemented Interfaces:
- Global, SVGGlobal, Window, Window
- Enclosing class:
- SVG12ScriptingEnvironment
- protected class SVG12ScriptingEnvironment.Global
- extends ScriptingEnvironment.Window
- implements SVGGlobal
The SVGGlobal object.
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVG12ScriptingEnvironment.Global
public SVG12ScriptingEnvironment.Global(Interpreter interp,
String lang)
- Creates a new Global object.
startMouseCapture
public void startMouseCapture(EventTarget target,
boolean sendAll,
boolean autoRelease)
- Implements
SVGGlobal.startMouseCapture(EventTarget,boolean,boolean)
.
- Specified by:
startMouseCapture
in interface SVGGlobal
stopMouseCapture
public void stopMouseCapture()
- Stops mouse capture.
- Specified by:
stopMouseCapture
in interface SVGGlobal
Copyright © 2009 Apache Software Foundation. All Rights Reserved.