Uses of Interface
org.apache.batik.script.InterpreterFactory
Packages that use InterpreterFactory
Package
Description
Provides an API for interpreting scripting language found in
SVG files.
Provides an API for interpreting Tcl language through
the Jacl interpreter.
-
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.jacl
Classes in org.apache.batik.script.jacl that implement InterpreterFactoryModifier and TypeClassDescriptionclass
Allows to create instances ofJaclInterpreter
class.