Package | Description |
---|---|
org.apache.batik.script |
Provides an API for interpreting scripting language found in
SVG files.
|
Modifier and Type | Method and Description |
---|---|
static ImportInfo |
ImportInfo.getImports()
Returns the default ImportInfo instance.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.