See also the Document Object Model (DOM) Level 2 Specification.
Modifier and Type | Method and Description |
---|---|
public String | |
public String | |
public String | |
public String | |
public String | |
public boolean | |
public String | |
public String | |
public String | |
public String | |
public String | |
public String | |
public String | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void |
getAlign | back to summary |
---|---|
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 | back to summary |
---|---|
public String getAlt() Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0. |
getBorder | back to summary |
---|---|
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 | back to summary |
---|---|
public String getHeight() Override height. See the height attribute definition in HTML 4.0. |
getHspace | back to summary |
---|---|
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 | back to summary |
---|---|
public boolean getIsMap() Use server-side image map. See the ismap attribute definition in HTML 4.0. |
getLongDesc | back to summary |
---|---|
public String getLongDesc() URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0. |
getLowSrc | back to summary |
---|---|
public String getLowSrc() URI designating the source of this image, for low-resolution output. |
getName | back to summary |
---|---|
public String getName() The name of the element (for backwards compatibility). |
getSrc | back to summary |
---|---|
public String getSrc() URI designating the source of this image. See the src attribute definition in HTML 4.0. |
getUseMap | back to summary |
---|---|
public String getUseMap() Use client-side image map. See the usemap attribute definition in HTML 4.0. |
getVspace | back to summary |
---|---|
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 | back to summary |
---|---|
public String getWidth() Override width. See the width attribute definition in HTML 4.0. |
setAlign | back to summary |
---|---|
public void setAlign(String align) |
setAlt | back to summary |
---|---|
public void setAlt(String alt) |
setBorder | back to summary |
---|---|
public void setBorder(String border) |
setHeight | back to summary |
---|---|
public void setHeight(String height) |
setHspace | back to summary |
---|---|
public void setHspace(String hspace) |
setIsMap | back to summary |
---|---|
public void setIsMap(boolean isMap) |
setLongDesc | back to summary |
---|---|
public void setLongDesc(String longDesc) |
setLowSrc | back to summary |
---|---|
public void setLowSrc(String lowSrc) |
setName | back to summary |
---|---|
public void setName(String name) |
setSrc | back to summary |
---|---|
public void setSrc(String src) |
setUseMap | back to summary |
---|---|
public void setUseMap(String useMap) |
setVspace | back to summary |
---|---|
public void setVspace(String vspace) |
setWidth | back to summary |
---|---|
public void setWidth(String width) |