|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectImporterTopLevel
org.apache.batik.script.rhino.WindowWrapper
org.apache.batik.script.rhino.svg12.GlobalWrapper
public class GlobalWrapper
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 | |
|---|---|
String |
getClassName()
|
static void |
startMouseCapture(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'startMouseCapture' method of the SVGGlobal interface. |
static void |
stopMouseCapture(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Wraps the 'stopMouseCapture' method of the SVGGlobal interface. |
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 |
|---|
public GlobalWrapper(Context context)
| Method Detail |
|---|
public String getClassName()
getClassName in class WindowWrapperpublic String toString()
toString in class WindowWrapper
public static void startMouseCapture(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
public static void stopMouseCapture(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||