|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.script.jacl.JaclInterpreterFactory
public class JaclInterpreterFactory
Allows to create instances of JaclInterpreter class.
| Field Summary | |
|---|---|
static String[] |
JACL_MIMETYPES
The MIME types that jacl can handle. |
| Constructor Summary | |
|---|---|
JaclInterpreterFactory()
Builds a JaclInterpreterFactory. |
|
| Method Summary | |
|---|---|
Interpreter |
createInterpreter(URL documentURL,
boolean svg12)
Creates an instance of JaclInterpreter class. |
Interpreter |
createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of JaclInterpreter 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 |
| Field Detail |
|---|
public static final String[] JACL_MIMETYPES
| Constructor Detail |
|---|
public JaclInterpreterFactory()
JaclInterpreterFactory.
| Method Detail |
|---|
public String[] getMimeTypes()
getMimeTypes in interface InterpreterFactory
public Interpreter createInterpreter(URL documentURL,
boolean svg12)
JaclInterpreter class.
createInterpreter in interface InterpreterFactorydocumentURL - the url for the document which will be scriptedsvg12 - whether the document is an SVG 1.2 document
public Interpreter createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
JaclInterpreter class.
createInterpreter in interface InterpreterFactorydocumentURL - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||