Package org.apache.batik.css.dom
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.ValueProviderTo provide the actual value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetValue()Returns the current value associated with this object.
-
-
-
Method Detail
-
getValue
Value getValue()
Returns the current value associated with this object.
-
-