|
Common DOM API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Embedded image. See the IMG element definition in HTML 4.0.
See also the Document Object Model (DOM) Level 2 Specification.
Field Summary |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, 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 content of 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.html.HTMLElement |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Method Detail |
public String getLowSrc()
public void setLowSrc(String lowSrc)
public String getName()
public void setName(String name)
public String getAlign()
public void setAlign(String align)
public String getAlt()
public void setAlt(String alt)
public String getBorder()
public void setBorder(String border)
public String getHeight()
public void setHeight(String height)
public String getHspace()
public void setHspace(String hspace)
public boolean getIsMap()
public void setIsMap(boolean isMap)
public String getLongDesc()
public void setLongDesc(String longDesc)
public String getSrc()
public void setSrc(String src)
public String getUseMap()
public void setUseMap(String useMap)
public String getVspace()
public void setVspace(String vspace)
public String getWidth()
public void setWidth(String width)
|
Common DOM API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |