Package | Description |
---|---|
org.apache.batik.script |
Provides an API for interpreting scripting language found in
SVG files.
|
org.apache.batik.script.rhino |
Provides an API for interpreting JavaScript language through
the Rhino interpreter.
|
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 |
RhinoInterpreterFactory
Allows to create instances of
RhinoInterpreter class. |
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.