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. |
GlobalWrapper
public GlobalWrapper(Context context)
- Creates a new GlobalWrapper.
getClassName
public String getClassName()
- Overrides:
getClassName
in class WindowWrapper
toString
public String toString()
- Overrides:
toString
in class WindowWrapper
startMouseCapture
public static void startMouseCapture(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
- Wraps the 'startMouseCapture' method of the SVGGlobal interface.
stopMouseCapture
public static void stopMouseCapture(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
- Wraps the 'stopMouseCapture' method of the SVGGlobal interface.
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.