org.kde.koala

Class HTMLImageElement

public class HTMLImageElement extends HTMLElement

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

UNKNOWN: Embedded image.

Constructor Summary
protected HTMLImageElement(Class dummy)
HTMLImageElement()
HTMLImageElement(HTMLImageElement other)
HTMLImageElement(Node other)
Method Summary
Stringalign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
Stringalt()
Alternate text for user agents not rendering the normal content of this element.
StringgetBorder()
Width of border around image.
longheight()
Override height.
longhspace()
Horizontal space to the left and right of this image.
booleanisMap()
Use server-side image map.
StringlongDesc()
URI designating a long description of this image or frame.
Stringname()
The name of the element (for backwards compatibility).
voidsetAlign(String arg1)
see align
voidsetAlt(String arg1)
see alt
voidsetBorder(String arg1)
see border
voidsetHeight(long arg1)
see height
voidsetHspace(long arg1)
see hspace
voidsetIsMap(boolean arg1)
see isMap
voidsetLongDesc(String arg1)
see longDesc
voidsetName(String arg1)
see name
voidsetSrc(String arg1)
see src
voidsetUseMap(String arg1)
see useMap
voidsetVspace(long arg1)
see vspace
voidsetWidth(long arg1)
see width
Stringsrc()
URI designating the source of this image.
StringuseMap()
Use client-side image map.
longvspace()
Vertical space above and below this image.
longwidth()
Override width.
longx()
Nonstandard extension to DOM.ImgElement
longy()

Constructor Detail

HTMLImageElement

protected HTMLImageElement(Class dummy)

HTMLImageElement

public HTMLImageElement()

HTMLImageElement

public HTMLImageElement(HTMLImageElement other)

HTMLImageElement

public HTMLImageElement(Node other)

Method Detail

align

public 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.

UNKNOWN: Aligns this object (vertically or horizontally) with respect to its surrounding text.

alt

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

UNKNOWN: Alternate text for user agents not rendering the normal content of this element.

getBorder

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

UNKNOWN: Width of border around image.

height

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

UNKNOWN: Override 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.

UNKNOWN: Horizontal space to the left and right of this image.

isMap

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

UNKNOWN: Use server-side image map.

longDesc

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

UNKNOWN: URI designating a long description of this image or frame.

name

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

UNKNOWN: The name of the element (for backwards compatibility).

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align

setAlt

public void setAlt(String arg1)
see alt

UNKNOWN: see alt

setBorder

public void setBorder(String arg1)
see border

UNKNOWN: see border

setHeight

public void setHeight(long arg1)
see height

UNKNOWN: see height

setHspace

public void setHspace(long arg1)
see hspace

UNKNOWN: see hspace

setIsMap

public void setIsMap(boolean arg1)
see isMap

UNKNOWN: see isMap

setLongDesc

public void setLongDesc(String arg1)
see longDesc

UNKNOWN: see longDesc

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setSrc

public void setSrc(String arg1)
see src

UNKNOWN: see src

setUseMap

public void setUseMap(String arg1)
see useMap

UNKNOWN: see useMap

setVspace

public void setVspace(long arg1)
see vspace

UNKNOWN: see vspace

setWidth

public void setWidth(long arg1)
see width

UNKNOWN: see width

src

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

UNKNOWN: URI designating the source of this image.

useMap

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

UNKNOWN: Use client-side image map.

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.

UNKNOWN: Vertical space above and below this image.

width

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

UNKNOWN: Override width.

x

public long x()
Nonstandard extension to DOM.ImgElement

UNKNOWN: Nonstandard extension to DOM.ImgElement

y

public long y()