|
|||||||||||
| 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.w3c.dom | |
| 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 |
ScriptingEnvironment.Window.getParent()
Returns a Window object representing the parent of this Window. |
Window |
BaseScriptingEnvironment.Window.getParent()
Returns the parent 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. |
| Uses of Window in org.apache.batik.script |
| Subinterfaces of Window in org.apache.batik.script | |
interface |
Window
This interface represents the 'window' object defined in the global environment of a SVG document. |
| Uses of Window in org.w3c.dom |
| Methods in org.w3c.dom that return Window | |
Window |
Window.getParent()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||