Uses of Class
org.apache.batik.script.rhino.RhinoInterpreter

Packages that use RhinoInterpreter
org.apache.batik.script.rhino Provides an API for interpreting JavaScript language through the Rhino interpreter. 
 

Uses of RhinoInterpreter in org.apache.batik.script.rhino
 

Fields in org.apache.batik.script.rhino declared as RhinoInterpreter
protected  RhinoInterpreter WindowWrapper.interpreter
          The rhino interpreter.
protected  RhinoInterpreter WindowWrapper.FunctionWrapper.interpreter
          The current interpreter.
protected  RhinoInterpreter WindowWrapper.GetURLFunctionWrapper.interpreter
          The current interpreter.
 

Constructors in org.apache.batik.script.rhino with parameters of type RhinoInterpreter
WindowWrapper.FunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function f, java.lang.Object[] args)
          Creates a function wrapper.
WindowWrapper.GetURLFunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function fct, WindowWrapper ww)
          Creates a wrapper.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.