| 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 | Class | Description |
|---|---|---|
class |
RhinoInterpreterFactory |
Allows to create instances of
RhinoInterpreter class. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InterpreterPool.putInterpreterFactory(java.lang.String language,
InterpreterFactory factory) |
Adds for the specified language, the specified Interpreter factory.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JPythonInterpreterFactory |
Allows to create instances of
JPythonInterpreter class. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.