Uses of Interface
org.apache.batik.script.InterpreterFactory

Packages that use InterpreterFactory
org.apache.batik.refimpl.script   
org.apache.batik.refimpl.script.jacl   
org.apache.batik.refimpl.script.jpython   
org.apache.batik.refimpl.script.rhino   
org.apache.batik.script   
 

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.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.