|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InterpreterFactory in org.apache.batik.refimpl.script |
Methods in org.apache.batik.refimpl.script with parameters of type InterpreterFactory | |
void |
ConcreteInterpreterPool.putInterpreterFactory(java.lang.String language,
InterpreterFactory factory)
Registers an InterpreterFactory for the given
language. |
Uses of InterpreterFactory in org.apache.batik.refimpl.script.jacl |
Classes in org.apache.batik.refimpl.script.jacl that implement InterpreterFactory | |
class |
JaclInterpreterFactory
Allows to create instances of JaclInterpreterFactory . |
Uses of InterpreterFactory in org.apache.batik.refimpl.script.jpython |
Classes in org.apache.batik.refimpl.script.jpython that implement InterpreterFactory | |
class |
JPythonInterpreterFactory
Allows to create instances of JPythonInterpreterFactory . |
Uses of InterpreterFactory in org.apache.batik.refimpl.script.rhino |
Classes in org.apache.batik.refimpl.script.rhino that implement InterpreterFactory | |
class |
RhinoInterpreterFactory
Allows to create instances of RhinoInterpreterFactory . |
Uses of InterpreterFactory in org.apache.batik.script |
Methods in org.apache.batik.script with parameters of type InterpreterFactory | |
void |
InterpreterPool.putInterpreterFactory(java.lang.String language,
InterpreterFactory factory)
Should allow to register an InterpreterFactory for the
given language. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |