|
|||||||||||
| 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 | |
protected Window |
ScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
Window |
BaseScriptingEnvironment.getWindow(Interpreter interp,
String lang)
Returns the Window object for the specified Interpreter. |
Window |
BaseScriptingEnvironment.getWindow()
Returns the Window object for scripting languages that have no Interpreter object. |
protected 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 |
WindowWrapper.window
The wrapped window. |
protected Window |
RhinoInterpreter.window
The window object. |
| 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 | ||||||||||