Uses of Interface
org.apache.batik.script.InterpreterFactory
-
Packages that use InterpreterFactory Package Description org.apache.batik.script Provides an API for interpreting scripting language found in SVG files.org.apache.batik.script.jacl 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 InterpreterFactory Modifier and Type Method Description void
InterpreterPool. putInterpreterFactory(java.lang.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 InterpreterFactory Modifier and Type Class Description class
JaclInterpreterFactory
Allows to create instances ofJaclInterpreter
class.
-