Class CSSOMValue.BottomComponent

  • All Implemented Interfaces:
    org.w3c.dom.css.CSSPrimitiveValue, org.w3c.dom.css.CSSValue
    Enclosing class:
    CSSOMValue

    protected class CSSOMValue.BottomComponent
    extends CSSOMValue.FloatComponent
    To represents a bottom component.
    • Constructor Detail

      • BottomComponent

        protected BottomComponent()
    • Method Detail

      • setCssText

        public void setCssText​(java.lang.String cssText)
                        throws org.w3c.dom.DOMException
        DOM: Implements CSSValue.setCssText(String).
        Throws:
        org.w3c.dom.DOMException
      • setFloatValue

        public void setFloatValue​(short unitType,
                                  float floatValue)
                           throws org.w3c.dom.DOMException
        DOM: Implements CSSPrimitiveValue.setFloatValue(short,float).
        Throws:
        org.w3c.dom.DOMException