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 | Class and Description |
---|---|
class |
RhinoInterpreterFactory
Allows to create instances of
RhinoInterpreter class. |
Modifier and Type | Method and Description |
---|---|
void |
InterpreterPool.putInterpreterFactory(String language,
InterpreterFactory factory)
Adds for the specified language, the specified Interpreter factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JaclInterpreterFactory
Allows to create instances of
JaclInterpreter class. |
Modifier and Type | Class and Description |
---|---|
class |
JPythonInterpreterFactory
Allows to create instances of
JPythonInterpreter class. |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.