|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ImportInfo | |
| org.apache.batik.script | Provides an API for interpreting scripting language found in SVG files. |
| org.apache.batik.script.rhino | Provides an API for interpreting JavaScript language through the Rhino interpreter. |
| org.apache.batik.script.rhino.svg12 | |
| Uses of ImportInfo in org.apache.batik.script |
| Methods in org.apache.batik.script that return ImportInfo | |
static ImportInfo |
ImportInfo.getImports()
Returns the default ImportInfo instance. |
| Methods in org.apache.batik.script with parameters of type ImportInfo | |
Interpreter |
InterpreterPool.createInterpreter(Document document,
String language,
ImportInfo imports)
Creates a new interpreter for the specified document and according to the specified language. |
Interpreter |
InterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
This method should create an instance of Interpreter
interface implementation. |
| Uses of ImportInfo in org.apache.batik.script.rhino |
| Methods in org.apache.batik.script.rhino with parameters of type ImportInfo | |
Interpreter |
RhinoInterpreterFactory.createInterpreter(URL documentURL,
boolean svg12,
ImportInfo imports)
Creates an instance of RhinoInterpreter class. |
protected void |
RhinoInterpreter.init(URL documentURL,
ImportInfo imports)
|
| Constructors in org.apache.batik.script.rhino with parameters of type ImportInfo | |
RhinoInterpreter(URL documentURL,
ImportInfo imports)
Build a Interpreter for ECMAScript using Rhino. |
|
| Uses of ImportInfo in org.apache.batik.script.rhino.svg12 |
| Constructors in org.apache.batik.script.rhino.svg12 with parameters of type ImportInfo | |
SVG12RhinoInterpreter(URL documentURL,
ImportInfo imports)
Creates an SVG12RhinoInterpreter object. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||