|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Node
org.kde.koala.Element
org.kde.koala.HTMLElement
org.kde.koala.HTMLMapElement
public class HTMLMapElement
Client-side image map. See the MAP element definition in HTML 4.0.
Constructor Summary | |
---|---|
|
HTMLMapElement()
|
protected |
HTMLMapElement(java.lang.Class dummy)
|
|
HTMLMapElement(HTMLMapElement other)
|
|
HTMLMapElement(Node other)
|
Method Summary | |
---|---|
HTMLCollection |
areas()
The list of areas defined for the image map. |
java.lang.String |
name()
Names the map (for use with usemap ). |
void |
setName(java.lang.String arg1)
see name |
Methods inherited from class org.kde.koala.HTMLElement |
---|
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title |
Methods inherited from class org.kde.koala.Node |
---|
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected HTMLMapElement(java.lang.Class dummy)
public HTMLMapElement()
public HTMLMapElement(HTMLMapElement other)
public HTMLMapElement(Node other)
Method Detail |
---|
public HTMLCollection areas()
public java.lang.String name()
usemap
). See the
name attribute definition in HTML 4.0.
public void setName(java.lang.String arg1)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |