org.kde.koala

Class HTMLMapElement

public class HTMLMapElement extends HTMLElement

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

UNKNOWN: Client-side image map.

Constructor Summary
protected HTMLMapElement(Class dummy)
HTMLMapElement()
HTMLMapElement(HTMLMapElement other)
HTMLMapElement(Node other)
Method Summary
HTMLCollectionareas()
The list of areas defined for the image map.
Stringname()
Names the map (for use with usemap ).
voidsetName(String arg1)
see name

Constructor Detail

HTMLMapElement

protected HTMLMapElement(Class dummy)

HTMLMapElement

public HTMLMapElement()

HTMLMapElement

public HTMLMapElement(HTMLMapElement other)

HTMLMapElement

public HTMLMapElement(Node other)

Method Detail

areas

public HTMLCollection areas()
The list of areas defined for the image map.

UNKNOWN: The list of areas defined for the image map.

name

public String name()
Names the map (for use with usemap ). See the name attribute definition in HTML 4.0.

UNKNOWN: Names the map (for use with usemap ).

setName

public void setName(String arg1)
see name

UNKNOWN: see name