org.apache.batik.script.rhino
public class RhinoInterpreterFactory extends Object implements InterpreterFactory
RhinoInterpreter class.
| Constructor Summary | |
|---|---|
| RhinoInterpreterFactory()
Builds a RhinoInterpreterFactory. | |
| Method Summary | |
|---|---|
| Interpreter | createInterpreter(URL documentURL, boolean svg12)
Creates an instance of RhinoInterpreter class.
|
| String[] | getMimeTypes()
Returns the mime-types to register this interpereter with. |
RhinoInterpreterFactory.RhinoInterpreter class.
Parameters: documentURL the url for the document which will be scripted svg12 whether the document is an SVG 1.2 document