org.apache.batik.script.rhino.svg12
Class GlobalWrapper
java.lang.Object
ImporterTopLevel
org.apache.batik.script.rhino.WindowWrapper
org.apache.batik.script.rhino.svg12.GlobalWrapper
public class GlobalWrapper
- extends WindowWrapper
Wrapper class for the SVGGlobal object.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GlobalWrapper
public GlobalWrapper(Context context)
- Creates a new GlobalWrapper.
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.