Class HTMLFontElementImpl

  • All Implemented Interfaces:
    java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLFontElement, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class HTMLFontElementImpl
    extends HTMLElementImpl
    implements org.w3c.dom.html.HTMLFontElement
    See Also:
    HTMLFontElement, ElementImpl
    • Constructor Detail

      • HTMLFontElementImpl

        public HTMLFontElementImpl​(HTMLDocumentImpl owner,
                                   java.lang.String name)
    • Method Detail

      • getColor

        public java.lang.String getColor()
        Specified by:
        getColor in interface org.w3c.dom.html.HTMLFontElement
      • setColor

        public void setColor​(java.lang.String color)
        Specified by:
        setColor in interface org.w3c.dom.html.HTMLFontElement
      • getFace

        public java.lang.String getFace()
        Specified by:
        getFace in interface org.w3c.dom.html.HTMLFontElement
      • setFace

        public void setFace​(java.lang.String face)
        Specified by:
        setFace in interface org.w3c.dom.html.HTMLFontElement
      • getSize

        public java.lang.String getSize()
        Specified by:
        getSize in interface org.w3c.dom.html.HTMLFontElement
      • setSize

        public void setSize​(java.lang.String size)
        Specified by:
        setSize in interface org.w3c.dom.html.HTMLFontElement