Uses of Interface
org.w3c.dom.Location

Packages that use Location
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.w3c.dom   
 

Uses of Location in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement Location
 class Location
          This class implements the org.w3c.dom.Location interface for Batik
 

Methods in org.apache.batik.bridge that return Location
 Location BaseScriptingEnvironment.Window.getLocation()
          Returns the Location.
 Location ScriptingEnvironment.Window.getLocation()
          Returns a Location object representing this Window.
 Location WindowWrapper.getLocation()
          Return the Location for this Window.
 

Uses of Location in org.w3c.dom
 

Methods in org.w3c.dom that return Location
 Location Window.getLocation()
           
 



Copyright © 2017 Apache Software Foundation. All Rights Reserved.