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 interfaceWindowThis 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 classBaseScriptingEnvironment.WindowRepresents the window object of this environment.protected classScriptingEnvironment.WindowRepresents the window object of this environment.Methods in org.apache.batik.bridge that return Window Modifier and Type Method Description WindowBaseScriptingEnvironment.Window. getParent()Returns the parent Window object.WindowScriptingEnvironment.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 classSVG12ScriptingEnvironment.GlobalThe 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 WindowWindow. getParent()
-