public class GlobalWrapper extends WindowWrapper
WindowWrapper.FunctionWrapper, WindowWrapper.GetURLFunctionWrapper
interpreter, window
Constructor and Description |
---|
GlobalWrapper(Context context)
Creates a new GlobalWrapper.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
static void |
startMouseCapture(Context cx,
Scriptable thisObj,
java.lang.Object[] args,
Function funObj)
Wraps the 'startMouseCapture' method of the SVGGlobal interface.
|
static void |
stopMouseCapture(Context cx,
Scriptable thisObj,
java.lang.Object[] args,
Function funObj)
Wraps the 'stopMouseCapture' method of the SVGGlobal interface.
|
java.lang.String |
toString() |
alert, clearInterval, clearTimeout, confirm, getLocation, getURL, parseXML, postURL, printNode, prompt, setInterval, setLocation, setTimeout
public java.lang.String getClassName()
getClassName
in class WindowWrapper
public java.lang.String toString()
toString
in class WindowWrapper
public static void startMouseCapture(Context cx, Scriptable thisObj, java.lang.Object[] args, Function funObj)
public static void stopMouseCapture(Context cx, Scriptable thisObj, java.lang.Object[] args, Function funObj)
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.