Uses of Interface
org.w3c.dom.Window

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.w3c.dom   
 

Uses of Window in org.apache.batik.bridge
 

Subinterfaces of Window in org.apache.batik.bridge
 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
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.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
protected  class SVG12ScriptingEnvironment.Global
          The SVGGlobal object.
 

Uses of Window in org.w3c.dom
 

Methods in org.w3c.dom that return Window
 Window Window.getParent()
           
 



Copyright © 2017 Apache Software Foundation. All Rights Reserved.