|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Interpreter | |
|---|---|
| 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 Interpreter in org.apache.batik.script |
|---|
| Methods in org.apache.batik.script that return Interpreter | |
|---|---|
Interpreter |
InterpreterPool.createInterpreter(Document document,
String language)
Creates a new interpreter for the specified document and according to the specified language. |
Interpreter |
InterpreterPool.createInterpreter(Document document,
String language,
ImportInfo imports)
Creates a new interpreter for the specified document and according to the specified language. |
Interpreter |
InterpreterFactory.createInterpreter(URL documentURL,
boolean svg12)
This method should create an instance of Interpreter
interface implementation. |
Interpreter |
InterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
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(URL documentURL,
boolean svg12)
Creates an instance of JaclInterpreter class. |
Interpreter |
JaclInterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
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(URL documentURL,
boolean svg12)
Creates an instance of JPythonInterpreter class. |
Interpreter |
JPythonInterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of JPythonInterpreter class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||