Class HTMLLegendElementImpl

    • Constructor Detail

      • HTMLLegendElementImpl

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

      • getAccessKey

        public String getAccessKey()
        Specified by:
        getAccessKey in interface org.w3c.dom.html.HTMLLegendElement
      • setAccessKey

        public void setAccessKey​(String accessKey)
        Specified by:
        setAccessKey in interface org.w3c.dom.html.HTMLLegendElement
      • getAlign

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

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