org.w3c.dom.html2
Interface HTMLMapElement
- Element, HTMLElement
public interface HTMLMapElement
HTMLCollection | getAreas() - The list of areas defined for the image map.
|
String | getName() - Names the map (for use with
usemap ).
|
void | setName(String name) - Names the map (for use with
usemap ).
|
getAreas
public HTMLCollection getAreas()
The list of areas defined for the image map.
getName
public String getName()
Names the map (for use with usemap
). See the name
attribute definition in HTML 4.01.
setName
public void setName(String name)
Names the map (for use with usemap
). See the name
attribute definition in HTML 4.01.