|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterpreterFactory | |
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 InterpreterFactory in org.apache.batik.script |
Methods in org.apache.batik.script with parameters of type InterpreterFactory | |
void |
InterpreterPool.putInterpreterFactory(java.lang.String language,
InterpreterFactory factory)
Adds for the specified language, the specified Interpreter factory. |
Uses of InterpreterFactory in org.apache.batik.script.jacl |
Classes in org.apache.batik.script.jacl that implement InterpreterFactory | |
class |
JaclInterpreterFactory
Allows to create instances of JaclInterpreter class. |
Uses of InterpreterFactory in org.apache.batik.script.jpython |
Classes in org.apache.batik.script.jpython that implement InterpreterFactory | |
class |
JPythonInterpreterFactory
Allows to create instances of JPythonInterpreter class. |
Uses of InterpreterFactory in org.apache.batik.script.rhino |
Classes in org.apache.batik.script.rhino that implement InterpreterFactory | |
class |
RhinoInterpreterFactory
Allows to create instances of RhinoInterpreter class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |