Package org.apache.batik.css.dom
Interface CSSOMValue.ValueProvider
-
- All Known Implementing Classes:
CSSOMComputedStyle.ComputedCSSValue,CSSOMStyleDeclaration.StyleDeclarationValue,SVGStylableElement.PresentationAttributeValue
- Enclosing class:
- CSSOMValue
public static interface CSSOMValue.ValueProviderTo provides 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.
-
-