org.apache.batik.script.rhino.svg12

Class GlobalWrapper

public class GlobalWrapper extends WindowWrapper

Wrapper class for the SVGGlobal object.
Constructor Summary
GlobalWrapper(Context context)
Creates a new GlobalWrapper.
Method Summary
StringgetClassName()
static voidstartMouseCapture(Context cx, Scriptable thisObj, Object[] args, Function funObj)
Wraps the 'startMouseCapture' method of the SVGGlobal interface.
static voidstopMouseCapture(Context cx, Scriptable thisObj, Object[] args, Function funObj)
Wraps the 'stopMouseCapture' method of the SVGGlobal interface.
StringtoString()

Constructor Detail

GlobalWrapper

public GlobalWrapper(Context context)
Creates a new GlobalWrapper.

Method Detail

getClassName

public String getClassName()

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.

toString

public String toString()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.