Interface CSSOMSVGColor.ValueProvider
- All Known Implementing Classes:
CSSOMSVGComputedStyle.ComputedCSSColorValue, CSSOMSVGComputedStyle.ComputedCSSPaintValue, CSSOMSVGStyleDeclaration.StyleDeclarationColorValue, CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue, SVGStylableElement.PresentationAttributeColorValue, SVGStylableElement.PresentationAttributePaintValue
- Enclosing class:
CSSOMSVGColor
public static interface CSSOMSVGColor.ValueProvider
To provide the actual value.
- Version:
- $Id: CSSOMSVGColor.java 1733416 2016-03-03 07:07:13Z gadams $
-
Method Summary
-
Method Details
-
getValue
Value getValue()Returns the current value associated with this object.
-