Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Interpreter |
RhinoInterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of
RhinoInterpreter class. |
protected void |
RhinoInterpreter.init(URL documentURL,
ImportInfo imports) |
Constructor and Description |
---|
RhinoInterpreter(URL documentURL,
ImportInfo imports)
Build a
Interpreter for ECMAScript using Rhino. |
SVG12RhinoInterpreter(URL documentURL,
ImportInfo imports)
Creates an SVG12RhinoInterpreter object.
|
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. |
Modifier and Type | Method and Description |
---|---|
Interpreter |
JaclInterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of
JaclInterpreter class. |
Modifier and Type | Method and Description |
---|---|
Interpreter |
JPythonInterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of
JPythonInterpreter class. |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.