Class HTMLPreElementImpl

    • Constructor Detail

      • HTMLPreElementImpl

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

      • getWidth

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

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