Class HTMLPreElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLPreElement, Node, NodeList, TypeInfo

public class HTMLPreElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLPreElement
See Also:
  • Constructor Details

    • HTMLPreElementImpl

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

    • 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