|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Window | |
|---|---|
| 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 | |
| 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. |
| Uses of Window in org.apache.batik.bridge |
|---|
| Classes in org.apache.batik.bridge that implement Window | |
|---|---|
protected class |
BaseScriptingEnvironment.Window
Represents the window object of this environment. |
protected class |
ScriptingEnvironment.Window
Represents the window object of this environment. |
| Methods in org.apache.batik.bridge that return Window | |
|---|---|
Window |
BaseScriptingEnvironment.createWindow()
Creates a new Window object. |
Window |
ScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
Window |
BaseScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
| Uses of Window in org.apache.batik.bridge.svg12 |
|---|
| Classes in org.apache.batik.bridge.svg12 that implement Window | |
|---|---|
protected class |
SVG12ScriptingEnvironment.Global
The SVGGlobal object. |
| Methods in org.apache.batik.bridge.svg12 that return Window | |
|---|---|
Window |
SVG12ScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
| Uses of Window in org.apache.batik.script |
|---|
| Methods in org.apache.batik.script with parameters of type Window | |
|---|---|
void |
ScriptHandler.run(Document doc,
Window win)
Runs this handler. |
| Uses of Window in org.apache.batik.script.rhino |
|---|
| Fields in org.apache.batik.script.rhino declared as Window | |
|---|---|
protected Window |
RhinoInterpreter.window
The window object. |
protected Window |
WindowWrapper.window
The wrapped window. |
| Methods in org.apache.batik.script.rhino that return Window | |
|---|---|
Window |
RhinoInterpreter.getWindow()
Returns the window object for this interpreter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||