org.apache.batik.script.rhino.svg12
Class GlobalWrapper

java.lang.Object
  extended by ImporterTopLevel
      extended by org.apache.batik.script.rhino.WindowWrapper
          extended by org.apache.batik.script.rhino.svg12.GlobalWrapper

public class GlobalWrapper
extends WindowWrapper

Wrapper class for the SVGGlobal object.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.batik.script.rhino.WindowWrapper
WindowWrapper.FunctionWrapper, WindowWrapper.GetURLFunctionWrapper
 
Field Summary
 
Fields inherited from class org.apache.batik.script.rhino.WindowWrapper
interpreter, window
 
Constructor Summary
GlobalWrapper(Context context)
          Creates a new GlobalWrapper.
 
Method Summary
 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()
           
 
Methods inherited from class org.apache.batik.script.rhino.WindowWrapper
alert, clearInterval, clearTimeout, confirm, getURL, parseXML, postURL, prompt, setInterval, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalWrapper

public GlobalWrapper(Context context)
Creates a new GlobalWrapper.

Method Detail

getClassName

public java.lang.String getClassName()
Overrides:
getClassName in class WindowWrapper

toString

public java.lang.String toString()
Overrides:
toString in class WindowWrapper

startMouseCapture

public static void startMouseCapture(Context cx,
                                     Scriptable thisObj,
                                     java.lang.Object[] args,
                                     Function funObj)
Wraps the 'startMouseCapture' method of the SVGGlobal interface.


stopMouseCapture

public static void stopMouseCapture(Context cx,
                                    Scriptable thisObj,
                                    java.lang.Object[] args,
                                    Function funObj)
Wraps the 'stopMouseCapture' method of the SVGGlobal interface.



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.