Uses of Interface
org.apache.batik.script.Interpreter
-
Packages that use Interpreter Package Description 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.jacl Provides an API for interpreting Tcl language through the Jacl interpreter.org.apache.batik.swing.svg -
-
Uses of Interpreter in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as Interpreter Modifier and Type Field Description protected InterpreterBaseScriptingEnvironment. interpreterThe default Interpreter for the documentprotected InterpreterBaseScriptingEnvironment.Window. interpreterThe associated interpreter.protected InterpreterScriptingEnvironment.EvaluateIntervalRunnable. interpreterprotected InterpreterScriptingEnvironment.EvaluateRunnable. interpreterprotected InterpreterScriptingEnvironment.Window. interpreterThe associated interpreter.Methods in org.apache.batik.bridge that return Interpreter Modifier and Type Method Description InterpreterBaseScriptingEnvironment. getInterpreter()Returns the default Interpreter for this document.InterpreterBaseScriptingEnvironment. getInterpreter(java.lang.String lang)InterpreterBaseScriptingEnvironment.Window. getInterpreter()Returns the associated interpreter.InterpreterBridgeContext. getInterpreter(java.lang.String language)Returns a Interpreter for the specified language.InterpreterScriptingEnvironment.Window. getInterpreter()Returns the associated interpreter.InterpreterWindow. getInterpreter()Returns the associated interpreter.Methods in org.apache.batik.bridge with parameters of type Interpreter Modifier and Type Method Description protected WindowBaseScriptingEnvironment. createWindow(Interpreter interp, java.lang.String lang)Creates a new Window object.protected WindowScriptingEnvironment. createWindow(Interpreter interp, java.lang.String lang)Creates a new Window object.WindowBaseScriptingEnvironment. getWindow(Interpreter interp, java.lang.String lang)Returns the Window object for the specifiedInterpreter.voidBaseScriptingEnvironment. initializeEnvironment(Interpreter interp, java.lang.String lang)Initializes the environment of the given interpreter.Constructors in org.apache.batik.bridge with parameters of type Interpreter Constructor Description EvaluateIntervalRunnable(java.lang.String s, Interpreter interp)EvaluateRunnable(java.lang.String s, Interpreter interp)Window(Interpreter interp, java.lang.String lang)Creates a new Window.Window(Interpreter interp, java.lang.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 Modifier and Type Method Description WindowSVG12ScriptingEnvironment. createWindow(Interpreter interp, java.lang.String lang)Creates a new Window object.Constructors in org.apache.batik.bridge.svg12 with parameters of type Interpreter Constructor Description Global(Interpreter interp, java.lang.String lang)Creates a new Global object. -
Uses of Interpreter in org.apache.batik.script
Methods in org.apache.batik.script that return Interpreter Modifier and Type Method Description InterpreterInterpreterFactory. createInterpreter(java.net.URL documentURL, boolean svg12)This method should create an instance ofInterpreterinterface implementation.InterpreterInterpreterFactory. createInterpreter(java.net.URL documentURL, boolean svg12, ImportInfo imports)This method should create an instance ofInterpreterinterface implementation.InterpreterInterpreterPool. createInterpreter(org.w3c.dom.Document document, java.lang.String language)Creates a new interpreter for the specified document and according to the specified language.InterpreterInterpreterPool. createInterpreter(org.w3c.dom.Document document, java.lang.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.script.jacl
Methods in org.apache.batik.script.jacl that return Interpreter Modifier and Type Method Description InterpreterJaclInterpreterFactory. createInterpreter(java.net.URL documentURL, boolean svg12)Creates an instance ofJaclInterpreterclass.InterpreterJaclInterpreterFactory. createInterpreter(java.net.URL documentURL, boolean svg12, ImportInfo imports)Creates an instance ofJaclInterpreterclass. -
Uses of Interpreter in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg that return Interpreter Modifier and Type Method Description InterpreterJSVGComponent. getInterpreter(java.lang.String type)Returns theInterpreterbeing used for script of the given MIME type.
-