Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
InterpreterPool.putInterpreterFactory(java.lang.String language,
InterpreterFactory factory)
Adds for the specified language, the specified Interpreter factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JaclInterpreterFactory
Allows to create instances of
JaclInterpreter class. |