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.jpython |
Provides an API for interpreting Python language through
the JPython interpreter.
|
Modifier and Type | Method and Description |
---|---|
Interpreter |
RhinoInterpreterFactory.createInterpreter(java.net.URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of
RhinoInterpreter class. |
protected void |
RhinoInterpreter.init(java.net.URL documentURL,
ImportInfo imports) |
Constructor and Description |
---|
RhinoInterpreter(java.net.URL documentURL,
ImportInfo imports)
Build a
Interpreter for ECMAScript using Rhino. |
SVG12RhinoInterpreter(java.net.URL documentURL,
ImportInfo imports)
Creates an SVG12RhinoInterpreter object.
|
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 |
JPythonInterpreterFactory.createInterpreter(java.net.URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of
JPythonInterpreter class. |