Class HTMLImageElementImpl

    • Constructor Detail

      • HTMLImageElementImpl

        public HTMLImageElementImpl​(HTMLDocumentImpl owner,
                                    String name)
        Constructor requires owner document.
        Parameters:
        owner - The owner HTML document
    • Method Detail

      • getLowSrc

        public String getLowSrc()
        Specified by:
        getLowSrc in interface org.w3c.dom.html.HTMLImageElement
      • setLowSrc

        public void setLowSrc​(String lowSrc)
        Specified by:
        setLowSrc in interface org.w3c.dom.html.HTMLImageElement
      • getSrc

        public String getSrc()
        Specified by:
        getSrc in interface org.w3c.dom.html.HTMLImageElement
      • setSrc

        public void setSrc​(String src)
        Specified by:
        setSrc in interface org.w3c.dom.html.HTMLImageElement
      • getName

        public String getName()
        Specified by:
        getName in interface org.w3c.dom.html.HTMLImageElement
      • setName

        public void setName​(String name)
        Specified by:
        setName in interface org.w3c.dom.html.HTMLImageElement
      • getAlign

        public String getAlign()
        Specified by:
        getAlign in interface org.w3c.dom.html.HTMLImageElement
      • setAlign

        public void setAlign​(String align)
        Specified by:
        setAlign in interface org.w3c.dom.html.HTMLImageElement
      • getAlt

        public String getAlt()
        Specified by:
        getAlt in interface org.w3c.dom.html.HTMLImageElement
      • setAlt

        public void setAlt​(String alt)
        Specified by:
        setAlt in interface org.w3c.dom.html.HTMLImageElement
      • getBorder

        public String getBorder()
        Specified by:
        getBorder in interface org.w3c.dom.html.HTMLImageElement
      • setBorder

        public void setBorder​(String border)
        Specified by:
        setBorder in interface org.w3c.dom.html.HTMLImageElement
      • getHeight

        public String getHeight()
        Specified by:
        getHeight in interface org.w3c.dom.html.HTMLImageElement
      • setHeight

        public void setHeight​(String height)
        Specified by:
        setHeight in interface org.w3c.dom.html.HTMLImageElement
      • getHspace

        public String getHspace()
        Specified by:
        getHspace in interface org.w3c.dom.html.HTMLImageElement
      • setHspace

        public void setHspace​(String hspace)
        Specified by:
        setHspace in interface org.w3c.dom.html.HTMLImageElement
      • getIsMap

        public boolean getIsMap()
        Specified by:
        getIsMap in interface org.w3c.dom.html.HTMLImageElement
      • setIsMap

        public void setIsMap​(boolean isMap)
        Specified by:
        setIsMap in interface org.w3c.dom.html.HTMLImageElement
      • getLongDesc

        public String getLongDesc()
        Specified by:
        getLongDesc in interface org.w3c.dom.html.HTMLImageElement
      • setLongDesc

        public void setLongDesc​(String longDesc)
        Specified by:
        setLongDesc in interface org.w3c.dom.html.HTMLImageElement
      • getUseMap

        public String getUseMap()
        Specified by:
        getUseMap in interface org.w3c.dom.html.HTMLImageElement
      • setUseMap

        public void setUseMap​(String useMap)
        Specified by:
        setUseMap in interface org.w3c.dom.html.HTMLImageElement
      • getVspace

        public String getVspace()
        Specified by:
        getVspace in interface org.w3c.dom.html.HTMLImageElement
      • setVspace

        public void setVspace​(String vspace)
        Specified by:
        setVspace in interface org.w3c.dom.html.HTMLImageElement
      • getWidth

        public String getWidth()
        Specified by:
        getWidth in interface org.w3c.dom.html.HTMLImageElement
      • setWidth

        public void setWidth​(String width)
        Specified by:
        setWidth in interface org.w3c.dom.html.HTMLImageElement