|
|||||||||
| Home >> All >> org >> apache >> batik >> [ script overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.script
Interface InterpreterFactory

- public interface InterpreterFactory
An hight level interface that represents a factory allowing
to create instances of a particular Interpreter interface
implementation.
- Version:
- $Id: InterpreterFactory.java,v 1.6 2004/08/27 00:42:06 deweese Exp $
| Method Summary | |
Interpreter |
createInterpreter(java.net.URL documentURL)
This method should create an instance of Interpreter
interface implementation. |
java.lang.String |
getMimeType()
Returns the mime-type to register this interpereter with. |
| Method Detail |
getMimeType
public java.lang.String getMimeType()
- Returns the mime-type to register this interpereter with.
createInterpreter
public Interpreter createInterpreter(java.net.URL documentURL)
- This method should create an instance of
Interpreterinterface implementation.
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ script overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC