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 classSVGStylableElement.PresentationAttributeValueTo 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 classCSSOMComputedStyle.ComputedCSSValueTo manage a computed CSSValue.classCSSOMStyleDeclaration.StyleDeclarationValueThis 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.ValueProviderCSSOMValue. valueProviderThe 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.
-