Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLMapElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

Client-side image map. See the MAP element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.
Method from org.w3c.dom.html.HTMLMapElement Summary:
getAreas,   getName,   setName
Method from org.w3c.dom.html.HTMLMapElement Detail:
 public HTMLCollection getAreas()
    The list of areas defined for the image map.
 public String getName()
    Names the map (for use with usemap ). See the name attribute definition in HTML 4.0.
 public  void setName(String name)