|
||||||||||
| 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. |
| Uses of InterpreterFactory in org.apache.batik.script |
|---|
| Methods in org.apache.batik.script with parameters of type InterpreterFactory | |
|---|---|
void |
InterpreterPool.putInterpreterFactory(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||