org.apache.batik.script.rhino
Class RhinoInterpreter.ExtendedContext

java.lang.Object
  extended byContext
      extended byorg.apache.batik.script.rhino.RhinoInterpreter.ExtendedContext
Enclosing class:
RhinoInterpreter

public class RhinoInterpreter.ExtendedContext
extends Context

See Also:
Serialized Form

Constructor Summary
RhinoInterpreter.ExtendedContext()
           
 
Method Summary
 ScriptableObject getGlobalObject()
           
 RhinoInterpreter getInterpreter()
           
 Window getWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhinoInterpreter.ExtendedContext

public RhinoInterpreter.ExtendedContext()
Method Detail

getInterpreter

public RhinoInterpreter getInterpreter()

getWindow

public Window getWindow()

getGlobalObject

public ScriptableObject getGlobalObject()


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.