Uses of Interface
org.apache.batik.script.InterpreterFactory
Packages that use InterpreterFactory
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides an API for interpreting scripting language found in
SVG files.
Provides an API for interpreting Python language through
the JPython interpreter.
-
Uses of InterpreterFactory in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement InterpreterFactoryModifier and TypeClassDescriptionclass
Allows to create instances ofRhinoInterpreter
class. -
Uses of InterpreterFactory in org.apache.batik.script
Methods in org.apache.batik.script with parameters of type InterpreterFactoryModifier and TypeMethodDescriptionvoid
InterpreterPool.putInterpreterFactory
(String language, InterpreterFactory factory) Adds for the specified language, the specified Interpreter factory. -
Uses of InterpreterFactory in org.apache.batik.script.jpython
Classes in org.apache.batik.script.jpython that implement InterpreterFactoryModifier and TypeClassDescriptionclass
Allows to create instances ofJPythonInterpreter
class.