Methods Summary |
---|
public java.lang.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.
|
public java.lang.String | getAlt()Alternate text for user agents not rendering the normal content of
this element. See the alt attribute definition in HTML 4.0.
|
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.
|
public java.lang.String | getHeight()Override height. See the height attribute definition in HTML 4.0.
|
public java.lang.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.
|
public boolean | getIsMap()Use server-side image map. See the ismap attribute definition in HTML
4.0.
|
public java.lang.String | getLongDesc()URI designating a long description of this image or frame. See the
longdesc attribute definition in HTML 4.0.
|
public java.lang.String | getLowSrc()URI designating the source of this image, for low-resolution output.
|
public java.lang.String | getName()The name of the element (for backwards compatibility).
|
public java.lang.String | getSrc()URI designating the source of this image. See the src attribute
definition in HTML 4.0.
|
public java.lang.String | getUseMap()Use client-side image map. See the usemap attribute definition in
HTML 4.0.
|
public java.lang.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.
|
public java.lang.String | getWidth()Override width. See the width attribute definition in HTML 4.0.
|
public void | setAlign(java.lang.String align)
|
public void | setAlt(java.lang.String alt)
|
public void | setBorder(java.lang.String border)
|
public void | setHeight(java.lang.String height)
|
public void | setHspace(java.lang.String hspace)
|
public void | setIsMap(boolean isMap)
|
public void | setLongDesc(java.lang.String longDesc)
|
public void | setLowSrc(java.lang.String lowSrc)
|
public void | setName(java.lang.String name)
|
public void | setSrc(java.lang.String src)
|
public void | setUseMap(java.lang.String useMap)
|
public void | setVspace(java.lang.String vspace)
|
public void | setWidth(java.lang.String width)
|