Uses of Interface
org.apache.batik.script.Interpreter

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.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.script.jpython Provides an API for interpreting Python language through the JPython interpreter. 
org.apache.batik.script.rhino Provides an API for interpreting JavaScript language through the Rhino interpreter. 
 

Uses of Interpreter in org.apache.batik.bridge
 

Constructors in org.apache.batik.bridge with parameters of type Interpreter
BridgeEventSupport.ScriptCaller(UserAgent agent, java.lang.String str, Interpreter interpret)
           
 

Uses of Interpreter in org.apache.batik.script
 

Methods in org.apache.batik.script that return Interpreter
 Interpreter InterpreterPool.getInterpreter(Document document, java.lang.String language)
          Returns a unique instance of an implementation of Interpreter interface that matches the given language and the given Document.
 Interpreter InterpreterFactory.createInterpreter()
          This method should create an instance of Interpreter interface implementation.
 

Uses of Interpreter in org.apache.batik.script.jacl
 

Classes in org.apache.batik.script.jacl that implement Interpreter
 class JaclInterpreter
          A simple implementation of Interpreter interface to use JACL Tcl parser.
 

Methods in org.apache.batik.script.jacl that return Interpreter
 Interpreter JaclInterpreterFactory.createInterpreter()
          Creates an instance of JaclInterpreter class.
 

Uses of Interpreter in org.apache.batik.script.jpython
 

Classes in org.apache.batik.script.jpython that implement Interpreter
 class JPythonInterpreter
          A simple implementation of Interpreter interface to use JPython python parser.
 

Methods in org.apache.batik.script.jpython that return Interpreter
 Interpreter JPythonInterpreterFactory.createInterpreter()
          Creates an instance of JPythonInterpreter class.
 

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()
          Creates an instance of RhinoInterpreter class.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.