| 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 | Class | Description |
|---|---|---|
protected class |
BaseScriptingEnvironment.Window |
Represents the window object of this environment.
|
protected class |
ScriptingEnvironment.Window |
Represents the window object of this environment.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Window |
RhinoInterpreter.window |
The window object.
|
protected Window |
WindowWrapper.window |
The wrapped window.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Window |
BaseScriptingEnvironment.createWindow(Interpreter interp,
java.lang.String lang) |
Creates a new Window object.
|
protected Window |
ScriptingEnvironment.createWindow(Interpreter interp,
java.lang.String lang) |
Creates a new Window object.
|
Window |
BaseScriptingEnvironment.getWindow() |
Returns the Window object for scripting languages that have no
Interpreter object. |
Window |
BaseScriptingEnvironment.getWindow(Interpreter interp,
java.lang.String lang) |
Returns the Window object for the specified
Interpreter. |
Window |
RhinoInterpreter.getWindow() |
Returns the window object for this interpreter.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ScriptHandler.run(org.w3c.dom.Document doc,
Window win) |
Runs this handler.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
SVG12ScriptingEnvironment.Global |
The SVGGlobal object.
|
| Modifier and Type | Method | Description |
|---|---|---|
Window |
SVG12ScriptingEnvironment.createWindow(Interpreter interp,
java.lang.String lang) |
Creates a new Window object.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.