|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterpreterFactory
An interface for factory objects than can create Interpreter
instances for a particular script language.
| Method Summary | |
|---|---|
Interpreter |
createInterpreter(URL documentURL,
boolean svg12)
This method should create an instance of Interpreter
interface implementation. |
Interpreter |
createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
This method should create an instance of Interpreter
interface implementation. |
String[] |
getMimeTypes()
Returns the mime-types to register this interpereter with. |
| Method Detail |
|---|
String[] getMimeTypes()
Interpreter createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
Interpreter
interface implementation.
documentURL - the url for the document which will be scriptedsvg12 - whether the document is an SVG 1.2 documentimports - The set of classes/packages to import (if
the interpreter supports that), may be null.
Interpreter createInterpreter(URL documentURL,
boolean svg12)
Interpreter
interface implementation.
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 | |||||||||