Uses of Class
org.apache.batik.bridge.RhinoInterpreter
-
Packages that use RhinoInterpreter Package Description org.apache.batik.bridge 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.bridge Modifier and Type Class Description classSVG12RhinoInterpreterA RhinoInterpreter for SVG 1.2 documents.Fields in org.apache.batik.bridge declared as RhinoInterpreter Modifier and Type Field Description private RhinoInterpreterBatikWrapFactory. interpreterprotected RhinoInterpreterEventTargetWrapper.FunctionAddNSProxy. interpreterprotected RhinoInterpreterEventTargetWrapper.FunctionAddProxy. interpreterprotected RhinoInterpreterEventTargetWrapper.FunctionEventListener. interpreterRhinoInterpreterEventTargetWrapper.HandleEventListener. interpreterprotected RhinoInterpreterEventTargetWrapper. interpreterprotected RhinoInterpreterWindowWrapper.FunctionWrapper. interpreterThe current interpreter.protected RhinoInterpreterWindowWrapper.GetURLFunctionWrapper. interpreterThe current interpreter.private RhinoInterpreterWindowWrapper.GetURLObjectWrapper. interpreterThe current interpreter.protected RhinoInterpreterWindowWrapper. interpreterThe rhino interpreter.Constructors in org.apache.batik.bridge with parameters of type RhinoInterpreter Constructor Description BatikWrapFactory(RhinoInterpreter interp)EventTargetWrapper(org.mozilla.javascript.Scriptable scope, org.w3c.dom.events.EventTarget object, RhinoInterpreter interpreter)FunctionAddNSProxy(RhinoInterpreter interpreter, org.mozilla.javascript.Function delegate, java.util.Map listenerMap)FunctionAddProxy(RhinoInterpreter interpreter, org.mozilla.javascript.Function delegate, java.util.Map listenerMap)FunctionEventListener(org.mozilla.javascript.Function f, RhinoInterpreter i)FunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function f, java.lang.Object[] args)Creates a function wrapper.GetURLFunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function fct, WindowWrapper ww)Creates a wrapper.GetURLObjectWrapper(RhinoInterpreter ri, org.mozilla.javascript.ScriptableObject obj, WindowWrapper ww)Creates a wrapper.HandleEventListener(org.mozilla.javascript.Scriptable s, RhinoInterpreter interpreter)
-