Class HTMLAppletElementImpl

    • Constructor Detail

      • HTMLAppletElementImpl

        public HTMLAppletElementImpl​(java.lang.String name)
    • Method Detail

      • getAlign

        public java.lang.String getAlign()
        Specified by:
        getAlign in interface org.w3c.dom.html.HTMLAppletElement
      • getAlt

        public java.lang.String getAlt()
        Specified by:
        getAlt in interface org.w3c.dom.html.HTMLAppletElement
      • getArchive

        public java.lang.String getArchive()
        Specified by:
        getArchive in interface org.w3c.dom.html.HTMLAppletElement
      • getCode

        public java.lang.String getCode()
        Specified by:
        getCode in interface org.w3c.dom.html.HTMLAppletElement
      • getCodeBase

        public java.lang.String getCodeBase()
        Specified by:
        getCodeBase in interface org.w3c.dom.html.HTMLAppletElement
      • getHeight

        public java.lang.String getHeight()
        Specified by:
        getHeight in interface org.w3c.dom.html.HTMLAppletElement
      • getHspace

        public java.lang.String getHspace()
        Specified by:
        getHspace in interface org.w3c.dom.html.HTMLAppletElement
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.w3c.dom.html.HTMLAppletElement
      • getObject

        public java.lang.String getObject()
        Specified by:
        getObject in interface org.w3c.dom.html.HTMLAppletElement
      • getVspace

        public java.lang.String getVspace()
        Specified by:
        getVspace in interface org.w3c.dom.html.HTMLAppletElement
      • getWidth

        public java.lang.String getWidth()
        Specified by:
        getWidth in interface org.w3c.dom.html.HTMLAppletElement
      • setAlign

        public void setAlign​(java.lang.String align)
        Specified by:
        setAlign in interface org.w3c.dom.html.HTMLAppletElement
      • setAlt

        public void setAlt​(java.lang.String alt)
        Specified by:
        setAlt in interface org.w3c.dom.html.HTMLAppletElement
      • setArchive

        public void setArchive​(java.lang.String archive)
        Specified by:
        setArchive in interface org.w3c.dom.html.HTMLAppletElement
      • setCode

        public void setCode​(java.lang.String code)
        Specified by:
        setCode in interface org.w3c.dom.html.HTMLAppletElement
      • setCodeBase

        public void setCodeBase​(java.lang.String codeBase)
        Specified by:
        setCodeBase in interface org.w3c.dom.html.HTMLAppletElement
      • setHeight

        public void setHeight​(java.lang.String height)
        Specified by:
        setHeight in interface org.w3c.dom.html.HTMLAppletElement
      • setHspace

        public void setHspace​(java.lang.String hspace)
        Specified by:
        setHspace in interface org.w3c.dom.html.HTMLAppletElement
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface org.w3c.dom.html.HTMLAppletElement
      • setObject

        public void setObject​(java.lang.String object)
        Specified by:
        setObject in interface org.w3c.dom.html.HTMLAppletElement
      • setVspace

        public void setVspace​(java.lang.String vspace)
        Specified by:
        setVspace in interface org.w3c.dom.html.HTMLAppletElement
      • setWidth

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