Uses of Interface
org.apache.batik.w3c.dom.Window
-
Packages that use Window Package Description 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.w3c.dom -
-
Uses of Window in org.apache.batik.bridge
Subinterfaces of Window in org.apache.batik.bridge Modifier and Type Interface Description interface
Window
This interface represents the 'window' object defined in the global environment of a SVG document.Classes in org.apache.batik.bridge that implement Window Modifier and Type Class Description 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 Modifier and Type Method Description Window
BaseScriptingEnvironment.Window. getParent()
Returns the parent Window object.Window
ScriptingEnvironment.Window. getParent()
Returns a Window object representing the parent of this Window. -
Uses of Window in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement Window Modifier and Type Class Description protected class
SVG12ScriptingEnvironment.Global
The SVGGlobal object. -
Uses of Window in org.apache.batik.w3c.dom
Methods in org.apache.batik.w3c.dom that return Window Modifier and Type Method Description Window
Window. getParent()
-