|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interpreter | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.bridge.svg12 | |
org.apache.batik.script | Provides an API for interpreting scripting language found in SVG files. |
org.apache.batik.script.rhino | Provides an API for interpreting JavaScript language through the Rhino interpreter. |
org.apache.batik.script.rhino.svg12 |
Uses of Interpreter in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as Interpreter | |
---|---|
protected Interpreter |
ScriptingEnvironment.EvaluateRunnable.interpreter
|
protected Interpreter |
ScriptingEnvironment.EvaluateIntervalRunnable.interpreter
|
protected Interpreter |
ScriptingEnvironment.Window.interpreter
The associated interpreter. |
protected Interpreter |
BaseScriptingEnvironment.interpreter
The default Interpreter for the document |
protected Interpreter |
BaseScriptingEnvironment.Window.interpreter
The associated interpreter. |
Methods in org.apache.batik.bridge that return Interpreter | |
---|---|
Interpreter |
ScriptingEnvironment.Window.getInterpreter()
Returns the associated interpreter. |
Interpreter |
BaseScriptingEnvironment.getInterpreter()
Returns the default Interpreter for this document. |
Interpreter |
BaseScriptingEnvironment.Window.getInterpreter()
Returns the associated interpreter. |
Interpreter |
BridgeContext.getInterpreter(String language)
Returns a Interpreter for the specified language. |
Interpreter |
BaseScriptingEnvironment.getInterpreter(String lang)
|
Methods in org.apache.batik.bridge with parameters of type Interpreter | |
---|---|
Window |
ScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
Window |
BaseScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
void |
BaseScriptingEnvironment.initializeEnvironment(Interpreter interp,
String lang)
Initializes the environment of the given interpreter. |
Constructors in org.apache.batik.bridge with parameters of type Interpreter | |
---|---|
BaseScriptingEnvironment.Window(Interpreter interp,
String lang)
Creates a new Window. |
|
ScriptingEnvironment.EvaluateIntervalRunnable(String s,
Interpreter interp)
|
|
ScriptingEnvironment.EvaluateRunnable(String s,
Interpreter interp)
|
|
ScriptingEnvironment.Window(Interpreter interp,
String lang)
Creates a new Window for the given language. |
Uses of Interpreter in org.apache.batik.bridge.svg12 |
---|
Methods in org.apache.batik.bridge.svg12 with parameters of type Interpreter | |
---|---|
Window |
SVG12ScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
Constructors in org.apache.batik.bridge.svg12 with parameters of type Interpreter | |
---|---|
SVG12ScriptingEnvironment.Global(Interpreter interp,
String lang)
Creates a new Global object. |
Uses of Interpreter in org.apache.batik.script |
---|
Methods in org.apache.batik.script that return Interpreter | |
---|---|
Interpreter |
InterpreterPool.createInterpreter(Document document,
String language)
Creates a new interpreter for the specified document and according to the specified language. |
Interpreter |
InterpreterFactory.createInterpreter(URL documentURL,
boolean svg12)
This method should create an instance of Interpreter
interface implementation. |
Interpreter |
Window.getInterpreter()
Returns the associated interpreter. |
Uses of Interpreter in org.apache.batik.script.rhino |
---|
Classes in org.apache.batik.script.rhino that implement Interpreter | |
---|---|
class |
RhinoInterpreter
A simple implementation of Interpreter interface to use
Rhino ECMAScript interpreter. |
Methods in org.apache.batik.script.rhino that return Interpreter | |
---|---|
Interpreter |
RhinoInterpreterFactory.createInterpreter(URL documentURL,
boolean svg12)
Creates an instance of RhinoInterpreter class. |
Uses of Interpreter in org.apache.batik.script.rhino.svg12 |
---|
Classes in org.apache.batik.script.rhino.svg12 that implement Interpreter | |
---|---|
class |
SVG12RhinoInterpreter
A RhinoInterpreter for SVG 1.2 documents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |