org.kde.koala
Class HTMLImageElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLImageElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLImageElement
extends HTMLElement

Embedded image. See the IMG element definition in HTML 4.0.


Constructor Summary
  HTMLImageElement()
           
protected HTMLImageElement(java.lang.Class dummy)
           
  HTMLImageElement(HTMLImageElement other)
           
  HTMLImageElement(Node other)
           
 
Method Summary
 java.lang.String align()
          Aligns this object (vertically or horizontally) with respect to its surrounding text.
 java.lang.String alt()
          Alternate text for user agents not rendering the normal content of this element.
 java.lang.String getBorder()
          Width of border around image.
 long height()
          Override height.
 long hspace()
          Horizontal space to the left and right of this image.
 boolean isMap()
          Use server-side image map.
 java.lang.String longDesc()
          URI designating a long description of this image or frame.
 java.lang.String name()
          The name of the element (for backwards compatibility).
 void setAlign(java.lang.String arg1)
          see align
 void setAlt(java.lang.String arg1)
          see alt
 void setBorder(java.lang.String arg1)
          see border
 void setHeight(long arg1)
          see height
 void setHspace(long arg1)
          see hspace
 void setIsMap(boolean arg1)
          see isMap
 void setLongDesc(java.lang.String arg1)
          see longDesc
 void setName(java.lang.String arg1)
          see name
 void setSrc(java.lang.String arg1)
          see src
 void setUseMap(java.lang.String arg1)
          see useMap
 void setVspace(long arg1)
          see vspace
 void setWidth(long arg1)
          see width
 java.lang.String src()
          URI designating the source of this image.
 java.lang.String useMap()
          Use client-side image map.
 long vspace()
          Vertical space above and below this image.
 long width()
          Override width.
 long x()
          Nonstandard extension to DOM.ImgElement
 long y()
           
 
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.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
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

HTMLImageElement

protected HTMLImageElement(java.lang.Class dummy)

HTMLImageElement

public HTMLImageElement()

HTMLImageElement

public HTMLImageElement(HTMLImageElement other)

HTMLImageElement

public HTMLImageElement(Node other)
Method Detail

name

public java.lang.String name()
The name of the element (for backwards compatibility).


setName

public void setName(java.lang.String arg1)
see name


align

public java.lang.String align()
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setAlign

public void setAlign(java.lang.String arg1)
see align


alt

public java.lang.String alt()
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0.


setAlt

public void setAlt(java.lang.String arg1)
see alt


getBorder

public java.lang.String getBorder()
Width of border around image. See the border attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setBorder

public void setBorder(java.lang.String arg1)
see border


height

public long height()
Override height. See the height attribute definition in HTML 4.0.


setHeight

public void setHeight(long arg1)
see height


hspace

public long hspace()
Horizontal space to the left and right of this image. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setHspace

public void setHspace(long arg1)
see hspace


isMap

public boolean isMap()
Use server-side image map. See the ismap attribute definition in HTML 4.0.


setIsMap

public void setIsMap(boolean arg1)
see isMap


longDesc

public java.lang.String longDesc()
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.


setLongDesc

public void setLongDesc(java.lang.String arg1)
see longDesc


src

public java.lang.String src()
URI designating the source of this image. See the src attribute definition in HTML 4.0.


setSrc

public void setSrc(java.lang.String arg1)
see src


useMap

public java.lang.String useMap()
Use client-side image map. See the usemap attribute definition in HTML 4.0.


setUseMap

public void setUseMap(java.lang.String arg1)
see useMap


vspace

public long vspace()
Vertical space above and below this image. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setVspace

public void setVspace(long arg1)
see vspace


width

public long width()
Override width. See the width attribute definition in HTML 4.0.


setWidth

public void setWidth(long arg1)
see width


x

public long x()
Nonstandard extension to DOM.ImgElement


y

public long y()