Uses of Interface
org.apache.batik.script.Interpreter
Packages that use Interpreter
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides an API for interpreting scripting language found in
SVG files.
-
Uses of Interpreter in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement InterpreterModifier and TypeClassDescriptionclass
A simple implementation ofInterpreter
interface to use Rhino ECMAScript interpreter.class
A RhinoInterpreter for SVG 1.2 documents.Fields in org.apache.batik.bridge declared as InterpreterModifier and TypeFieldDescriptionprotected Interpreter
BaseScriptingEnvironment.interpreter
The default Interpreter for the documentprotected Interpreter
BaseScriptingEnvironment.Window.interpreter
The associated interpreter.protected Interpreter
ScriptingEnvironment.EvaluateIntervalRunnable.interpreter
protected Interpreter
ScriptingEnvironment.EvaluateRunnable.interpreter
protected Interpreter
ScriptingEnvironment.Window.interpreter
The associated interpreter.Methods in org.apache.batik.bridge that return InterpreterModifier and TypeMethodDescriptionRhinoInterpreterFactory.createInterpreter
(URL documentURL, boolean svg12) Creates an instance ofRhinoInterpreter
class.RhinoInterpreterFactory.createInterpreter
(URL documentURL, boolean svg12, ImportInfo imports) Creates an instance ofRhinoInterpreter
class.BaseScriptingEnvironment.getInterpreter()
Returns the default Interpreter for this document.BaseScriptingEnvironment.getInterpreter
(String lang) BaseScriptingEnvironment.Window.getInterpreter()
Returns the associated interpreter.BridgeContext.getInterpreter
(String language) Returns a Interpreter for the specified language.ScriptingEnvironment.Window.getInterpreter()
Returns the associated interpreter.Window.getInterpreter()
Returns the associated interpreter.Methods in org.apache.batik.bridge with parameters of type InterpreterModifier and TypeMethodDescriptionprotected Window
BaseScriptingEnvironment.createWindow
(Interpreter interp, String lang) Creates a new Window object.protected Window
ScriptingEnvironment.createWindow
(Interpreter interp, String lang) Creates a new Window object.BaseScriptingEnvironment.getWindow
(Interpreter interp, String lang) Returns the Window object for the specifiedInterpreter
.void
BaseScriptingEnvironment.initializeEnvironment
(Interpreter interp, String lang) Initializes the environment of the given interpreter.Constructors in org.apache.batik.bridge with parameters of type InterpreterModifierConstructorDescriptionEvaluateIntervalRunnable
(String s, Interpreter interp) EvaluateRunnable
(String s, Interpreter interp) Window
(Interpreter interp, String lang) Creates a new Window.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 InterpreterModifier and TypeMethodDescriptionSVG12ScriptingEnvironment.createWindow
(Interpreter interp, String lang) Creates a new Window object.Constructors in org.apache.batik.bridge.svg12 with parameters of type InterpreterModifierConstructorDescriptionGlobal
(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 InterpreterModifier and TypeMethodDescriptionInterpreterFactory.createInterpreter
(URL documentURL, boolean svg12) This method should create an instance ofInterpreter
interface implementation.InterpreterFactory.createInterpreter
(URL documentURL, boolean svg12, ImportInfo imports) This method should create an instance ofInterpreter
interface implementation.InterpreterPool.createInterpreter
(Document document, String language) Creates a new interpreter for the specified document and according to the specified language.InterpreterPool.createInterpreter
(Document document, String language, ImportInfo imports) Creates a new interpreter for the specified document and according to the specified language. -
Uses of Interpreter in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg that return InterpreterModifier and TypeMethodDescriptionJSVGComponent.getInterpreter
(String type) Returns theInterpreter
being used for script of the given MIME type.