|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.script.rhino.RhinoInterpreterFactory
public class RhinoInterpreterFactory
Allows to create instances of 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RhinoInterpreterFactory()
RhinoInterpreterFactory
.
Method Detail |
---|
public String[] getMimeTypes()
getMimeTypes
in interface InterpreterFactory
public Interpreter createInterpreter(URL documentURL, boolean svg12)
RhinoInterpreter
class.
createInterpreter
in interface InterpreterFactory
documentURL
- the url for the document which will be scriptedsvg12
- whether the document is an SVG 1.2 document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |