|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImportInfo | |
|---|---|
| org.apache.batik.script | Provides an API for interpreting scripting language found in SVG files. |
| org.apache.batik.script.jpython | Provides an API for interpreting Python language through the JPython interpreter. |
| Uses of ImportInfo in org.apache.batik.script |
|---|
| Methods in org.apache.batik.script that return ImportInfo | |
|---|---|
static ImportInfo |
ImportInfo.getImports()
Returns the default ImportInfo instance. |
| Methods in org.apache.batik.script with parameters of type ImportInfo | |
|---|---|
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,
ImportInfo imports)
This method should create an instance of Interpreter
interface implementation. |
| Uses of ImportInfo in org.apache.batik.script.jpython |
|---|
| Methods in org.apache.batik.script.jpython with parameters of type ImportInfo | |
|---|---|
Interpreter |
JPythonInterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of JPythonInterpreter class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||