| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| org.apache.batik.bridge.svg12 |
| Modifier and Type | Field and Description |
|---|---|
protected Window |
WindowWrapper.window
The wrapped window.
|
protected Window |
RhinoInterpreter.window
The window object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Window |
ScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object.
|
protected Window |
BaseScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object.
|
Window |
BaseScriptingEnvironment.getWindow()
Returns the Window object for scripting languages that have no
Interpreter object. |
Window |
RhinoInterpreter.getWindow()
Returns the window object for this interpreter.
|
Window |
BaseScriptingEnvironment.getWindow(Interpreter interp,
String lang)
Returns the Window object for the specified
Interpreter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptHandler.run(Document doc,
Window win)
Runs this handler.
|
| Modifier and Type | Method and Description |
|---|---|
Window |
SVG12ScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.