Class CSSOMComputedStyle.ComputedCSSValue

  • All Implemented Interfaces:
    CSSOMValue.ValueProvider, org.w3c.dom.css.Counter, org.w3c.dom.css.CSSPrimitiveValue, org.w3c.dom.css.CSSValue, org.w3c.dom.css.CSSValueList, org.w3c.dom.css.Rect, org.w3c.dom.css.RGBColor
    Enclosing class:
    CSSOMComputedStyle

    public class CSSOMComputedStyle.ComputedCSSValue
    extends CSSOMValue
    implements CSSOMValue.ValueProvider
    To manage a computed CSSValue.
    • Field Detail

      • index

        protected int index
        The index of the associated value.
    • Constructor Detail

      • ComputedCSSValue

        public ComputedCSSValue​(int idx)
        Creates a new ComputedCSSValue.