|
||||||||||
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 |
Uses of Window in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as Window | |
---|---|
protected Window |
RhinoInterpreter.window
The window object. |
protected Window |
WindowWrapper.window
The wrapped window. |
Methods in org.apache.batik.bridge that return Window | |
---|---|
protected Window |
BaseScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
protected Window |
ScriptingEnvironment.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 . |
Methods in org.apache.batik.bridge with parameters of type Window | |
---|---|
void |
ScriptHandler.run(Document doc,
Window win)
Runs this handler. |
Uses of Window in org.apache.batik.bridge.svg12 |
---|
Methods in org.apache.batik.bridge.svg12 that return Window | |
---|---|
Window |
SVG12ScriptingEnvironment.createWindow(Interpreter interp,
String lang)
Creates a new Window object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |