|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterpreterFactory | |
|---|---|
| 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. |
| Uses of InterpreterFactory in org.apache.batik.script |
|---|
| Methods in org.apache.batik.script with parameters of type InterpreterFactory | |
|---|---|
void |
InterpreterPool.putInterpreterFactory(String language,
InterpreterFactory factory)
Adds for the specified language, the specified Interpreter factory. |
| Uses of InterpreterFactory in org.apache.batik.script.rhino |
|---|
| Classes in org.apache.batik.script.rhino that implement InterpreterFactory | |
|---|---|
class |
RhinoInterpreterFactory
Allows to create instances of RhinoInterpreter class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||