Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
Modifier and Type | Class and Description |
---|---|
class |
SVG12RhinoInterpreter
A RhinoInterpreter for SVG 1.2 documents.
|
Modifier and Type | Field and Description |
---|---|
private RhinoInterpreter |
BatikWrapFactory.interpreter |
protected RhinoInterpreter |
EventTargetWrapper.interpreter |
protected RhinoInterpreter |
EventTargetWrapper.FunctionEventListener.interpreter |
RhinoInterpreter |
EventTargetWrapper.HandleEventListener.interpreter |
protected RhinoInterpreter |
EventTargetWrapper.FunctionAddProxy.interpreter |
protected RhinoInterpreter |
EventTargetWrapper.FunctionAddNSProxy.interpreter |
protected RhinoInterpreter |
WindowWrapper.interpreter
The rhino interpreter.
|
protected RhinoInterpreter |
WindowWrapper.FunctionWrapper.interpreter
The current interpreter.
|
protected RhinoInterpreter |
WindowWrapper.GetURLFunctionWrapper.interpreter
The current interpreter.
|
private RhinoInterpreter |
WindowWrapper.GetURLObjectWrapper.interpreter
The current interpreter.
|
Constructor and Description |
---|
BatikWrapFactory(RhinoInterpreter interp) |
EventTargetWrapper(org.mozilla.javascript.Scriptable scope,
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) |