Uses of Class
org.apache.batik.bridge.RhinoInterpreter
Packages that use RhinoInterpreter
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of RhinoInterpreter in org.apache.batik.bridge
Subclasses of RhinoInterpreter in org.apache.batik.bridgeModifier and TypeClassDescriptionclassA RhinoInterpreter for SVG 1.2 documents.Fields in org.apache.batik.bridge declared as RhinoInterpreterModifier and TypeFieldDescriptionprotected RhinoInterpreterWindowWrapper.FunctionWrapper.interpreterThe current interpreter.protected RhinoInterpreterWindowWrapper.GetURLFunctionWrapper.interpreterThe current interpreter.protected RhinoInterpreterWindowWrapper.interpreterThe rhino interpreter.Constructors in org.apache.batik.bridge with parameters of type RhinoInterpreterModifierConstructorDescriptionFunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function f, Object[] args) Creates a function wrapper.GetURLFunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function fct, WindowWrapper ww) Creates a wrapper.