|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |