Uses of Interface
org.apache.batik.script.InterpreterFactory
-
Packages that use InterpreterFactory Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. -
-
Uses of InterpreterFactory in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement InterpreterFactory Modifier and Type Class Description class
RhinoInterpreterFactory
Allows to create instances ofRhinoInterpreter
class. -
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.
-