org.apache.batik.script.rhino.svg12
public class GlobalWrapper extends WindowWrapper
WindowWrapper.FunctionWrapper, WindowWrapper.GetURLFunctionWrapperinterpreter, window| Constructor and Description |
|---|
GlobalWrapper(org.mozilla.javascript.Context context)
Creates a new GlobalWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName() |
static void |
startMouseCapture(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
java.lang.Object[] args,
org.mozilla.javascript.Function funObj)
Wraps the 'startMouseCapture' method of the SVGGlobal interface.
|
static void |
stopMouseCapture(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
java.lang.Object[] args,
org.mozilla.javascript.Function funObj)
Wraps the 'stopMouseCapture' method of the SVGGlobal interface.
|
java.lang.String |
toString() |
alert, clearInterval, clearTimeout, confirm, getURL, parseXML, postURL, prompt, setInterval, setTimeoutexecIdCall, findPrototypeId, get, has, importPackage, init, initPrototypeId, initStandardObjectsactivatePrototypeMap, addIdFunctionProperty, defaultGet, defaultPut, delete, exportAsJSClass, fillConstructorProperties, findInstanceIdInfo, getAttributes, getInstanceIdName, getInstanceIdValue, getMaxInstanceId, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, instanceIdInfo, put, setAttributes, setInstanceIdValueassociateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, hasInstance, hasProperty, hasProperty, isSealed, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setAttributes, setParentScope, setPrototypepublic GlobalWrapper(org.mozilla.javascript.Context context)
public java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class WindowWrapperpublic java.lang.String toString()
toString in class WindowWrapperpublic static void startMouseCapture(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
java.lang.Object[] args,
org.mozilla.javascript.Function funObj)
public static void stopMouseCapture(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
java.lang.Object[] args,
org.mozilla.javascript.Function funObj)
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.