org.apache.batik.script
public interface InterpreterFactory
Method Summary | |
---|---|
Interpreter | createInterpreter(URL documentURL, boolean svg12)
This method should create an instance of Interpreter
interface implementation.
|
String[] | getMimeTypes()
Returns the mime-types to register this interpereter with. |
Interpreter
interface implementation.
Parameters: documentURL the url for the document which will be scripted svg12 whether the document is an SVG 1.2 document