Uses of Interface
org.apache.batik.css.dom.CSSOMValue.ValueProvider
-
Packages that use CSSOMValue.ValueProvider Package Description org.apache.batik.anim.dom org.apache.batik.css.dom -
-
Uses of CSSOMValue.ValueProvider in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement CSSOMValue.ValueProvider Modifier and Type Class Description class
SVGStylableElement.PresentationAttributeValue
To manage a presentation attribute value. -
Uses of CSSOMValue.ValueProvider in org.apache.batik.css.dom
Classes in org.apache.batik.css.dom that implement CSSOMValue.ValueProvider Modifier and Type Class Description class
CSSOMComputedStyle.ComputedCSSValue
To manage a computed CSSValue.class
CSSOMStyleDeclaration.StyleDeclarationValue
This class represents a CSS value returned by this declaration.Fields in org.apache.batik.css.dom declared as CSSOMValue.ValueProvider Modifier and Type Field Description protected CSSOMValue.ValueProvider
CSSOMValue. valueProvider
The associated value.Constructors in org.apache.batik.css.dom with parameters of type CSSOMValue.ValueProvider Constructor Description CSSOMValue(CSSOMValue.ValueProvider vp)
Creates a new CSSOMValue.
-