Interface CSSOMValue.ValueProvider
- All Known Implementing Classes:
CSSOMComputedStyle.ComputedCSSValue, CSSOMStyleDeclaration.StyleDeclarationValue, SVGStylableElement.PresentationAttributeValue
- Enclosing class:
CSSOMValue
public static interface CSSOMValue.ValueProvider
To provides the actual value.
- Version:
- $Id: CSSOMValue.java 1831635 2018-05-15 13:33:47Z ssteiner $
-
Method Summary
-
Method Details
-
getValue
Value getValue()Returns the current value associated with this object.
-