Class CSSOMComputedStyle.ComputedCSSValue

java.lang.Object
org.apache.batik.css.dom.CSSOMValue
org.apache.batik.css.dom.CSSOMComputedStyle.ComputedCSSValue
All Implemented Interfaces:
CSSOMValue.ValueProvider, Counter, CSSPrimitiveValue, CSSValue, CSSValueList, Rect, RGBColor
Enclosing class:
CSSOMComputedStyle

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

    • index

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

    • ComputedCSSValue

      public ComputedCSSValue(int idx)
      Creates a new ComputedCSSValue.
  • Method Details