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 | Field and Description |
---|---|
(package private) static ImportInfo |
ImportInfo.defaultImports |
Modifier and Type | Method and Description |
---|---|
static ImportInfo |
ImportInfo.getImports()
Returns the default ImportInfo instance.
|
(package private) static ImportInfo |
ImportInfo.readImports() |
Modifier and Type | Method and Description |
---|---|
Interpreter |
InterpreterPool.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.
|
Interpreter |
InterpreterFactory.createInterpreter(java.net.URL documentURL,
boolean svg12,
ImportInfo imports)
This method should create an instance of
Interpreter
interface implementation. |
Modifier and Type | Method and Description |
---|---|
Interpreter |
JaclInterpreterFactory.createInterpreter(java.net.URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of
JaclInterpreter class. |