Interface HTMLImageElement

    • Method Detail

      • getLowSrc

        java.lang.String getLowSrc()
        URI designating the source of this image, for low-resolution output.
      • setLowSrc

        void setLowSrc​(java.lang.String lowSrc)
      • getName

        java.lang.String getName()
        The name of the element (for backwards compatibility).
      • setName

        void setName​(java.lang.String name)
      • getAlign

        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.
      • setAlign

        void setAlign​(java.lang.String align)
      • getAlt

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

        void setAlt​(java.lang.String alt)
      • getBorder

        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.
      • setBorder

        void setBorder​(java.lang.String border)
      • getHeight

        java.lang.String getHeight()
        Override height. See the height attribute definition in HTML 4.0.
      • setHeight

        void setHeight​(java.lang.String height)
      • getHspace

        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.
      • setHspace

        void setHspace​(java.lang.String hspace)
      • getIsMap

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

        void setIsMap​(boolean isMap)
      • getLongDesc

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

        void setLongDesc​(java.lang.String longDesc)
      • getSrc

        java.lang.String getSrc()
        URI designating the source of this image. See the src attribute definition in HTML 4.0.
      • setSrc

        void setSrc​(java.lang.String src)
      • getUseMap

        java.lang.String getUseMap()
        Use client-side image map. See the usemap attribute definition in HTML 4.0.
      • setUseMap

        void setUseMap​(java.lang.String useMap)
      • getVspace

        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.
      • setVspace

        void setVspace​(java.lang.String vspace)
      • getWidth

        java.lang.String getWidth()
        Override width. See the width attribute definition in HTML 4.0.
      • setWidth

        void setWidth​(java.lang.String width)