Class CSSOMSVGColor.BlueComponent

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

    protected class CSSOMSVGColor.BlueComponent
    extends CSSOMSVGColor.FloatComponent
    To represents a blue component.
    • Constructor Detail

      • BlueComponent

        protected BlueComponent()
    • 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