org.w3c.dom.html

Interface HTMLImageElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLImageElement
extends HTMLElement

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

Fields inherited from interface org.w3c.dom.Node

ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE

Method Summary

String
getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
getAlt()
Alternate text for user agents not rendering the normal contentof this element.
String
getBorder()
Width of border around image.
String
getHeight()
Override height.
String
getHspace()
Horizontal space to the left and right of this image.
boolean
getIsMap()
Use server-side image map.
String
getLongDesc()
URI designating a long description of this image or frame.
String
getLowSrc()
URI designating the source of this image, for low-resolution output.
String
getName()
The name of the element (for backwards compatibility).
String
getSrc()
URI designating the source of this image.
String
getUseMap()
Use client-side image map.
String
getVspace()
Vertical space above and below this image.
String
getWidth()
Override width.
void
setAlign(String align)
void
setAlt(String alt)
void
setBorder(String border)
void
setHeight(String height)
void
setHspace(String hspace)
void
setIsMap(boolean isMap)
void
setLongDesc(String longDesc)
void
setLowSrc(String lowSrc)
void
setName(String name)
void
setSrc(String src)
void
setUseMap(String useMap)
void
setVspace(String vspace)
void
setWidth(String width)

Methods inherited from interface org.w3c.dom.Element

getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode

Methods inherited from interface org.w3c.dom.html.HTMLElement

getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle

Methods inherited from interface org.w3c.dom.Node

appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData

Method Details

getAlign

public String getAlign()
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.

getAlt

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

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.

getHeight

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

getHspace

public String getHspace()
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.

getIsMap

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

getLongDesc

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

getLowSrc

public String getLowSrc()
URI designating the source of this image, for low-resolution output.

getName

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

getSrc

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

getUseMap

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

getVspace

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

getWidth

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

setAlign

public void setAlign(String align)

setAlt

public void setAlt(String alt)

setBorder

public void setBorder(String border)

setHeight

public void setHeight(String height)

setHspace

public void setHspace(String hspace)

setIsMap

public void setIsMap(boolean isMap)

setLongDesc

public void setLongDesc(String longDesc)

setLowSrc

public void setLowSrc(String lowSrc)

setName

public void setName(String name)

setSrc

public void setSrc(String src)

setUseMap

public void setUseMap(String useMap)

setVspace

public void setVspace(String vspace)

setWidth

public void setWidth(String width)