Uses of Interface
org.apache.batik.css.dom.CSSOMSVGColor.ValueProvider
-
Packages that use CSSOMSVGColor.ValueProvider Package Description org.apache.batik.anim.dom org.apache.batik.css.dom -
-
Uses of CSSOMSVGColor.ValueProvider in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement CSSOMSVGColor.ValueProvider Modifier and Type Class Description classSVGStylableElement.PresentationAttributeColorValueTo manage a presentation attribute SVGColor value.classSVGStylableElement.PresentationAttributePaintValueTo manage a presentation attribute SVGPaint value. -
Uses of CSSOMSVGColor.ValueProvider in org.apache.batik.css.dom
Classes in org.apache.batik.css.dom that implement CSSOMSVGColor.ValueProvider Modifier and Type Class Description protected classCSSOMSVGComputedStyle.ComputedCSSColorValueTo manage a computed color CSSValue.classCSSOMSVGComputedStyle.ComputedCSSPaintValueTo manage a computed paint CSSValue.classCSSOMSVGStyleDeclaration.StyleDeclarationColorValueThis class represents a CSS value returned by this declaration.classCSSOMSVGStyleDeclaration.StyleDeclarationPaintValueThis class represents a CSS value returned by this declaration.Fields in org.apache.batik.css.dom declared as CSSOMSVGColor.ValueProvider Modifier and Type Field Description protected CSSOMSVGColor.ValueProviderCSSOMSVGColor. valueProviderThe associated value.Constructors in org.apache.batik.css.dom with parameters of type CSSOMSVGColor.ValueProvider Constructor Description CSSOMSVGColor(CSSOMSVGColor.ValueProvider vp)Creates a new CSSOMSVGColor.CSSOMSVGPaint(CSSOMSVGColor.ValueProvider vp)Creates a new CSSOMSVGPaint.
-