All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.html.HTMLMapElement
- public interface HTMLMapElement
- extends HTMLElement
Client-side image map. See the MAP element definition in HTML 4.0.
-
getAreas()
- The list of areas defined for the image map.
-
getName()
- Names the map (for use with usemap).
-
setName(String)
-
getAreas
public abstract HTMLCollection getAreas()
- The list of areas defined for the image map.
getName
public abstract String getName()
- Names the map (for use with usemap). See the name attribute definition in HTML 4.0.
setName
public abstract void setName(String name)
All Packages Class Hierarchy This Package Previous Next Index