|
||||||||||
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.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(Interpreter interp,
java.lang.String lang)
Creates a new Window object. |
Window |
BaseScriptingEnvironment.createWindow()
Creates a new Window object. |
Window |
ScriptingEnvironment.createWindow(Interpreter interp,
java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |