Uses of Interface
org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
-
Packages that use CSSOMStyleDeclaration.ValueProvider Package Description org.apache.batik.anim.dom org.apache.batik.css.dom -
-
Uses of CSSOMStyleDeclaration.ValueProvider in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement CSSOMStyleDeclaration.ValueProvider Modifier and Type Class Description protected class
SVGStylableElement.OverrideStyleDeclaration
This class is a CSSStyleDeclaration for the override style of the element.class
SVGStylableElement.StyleDeclaration
This class represents the 'style' attribute. -
Uses of CSSOMStyleDeclaration.ValueProvider in org.apache.batik.css.dom
Classes in org.apache.batik.css.dom that implement CSSOMStyleDeclaration.ValueProvider Modifier and Type Class Description class
CSSOMStoredStyleDeclaration
A class for SVG style declarations that store their properties in aStyleDeclaration
.Fields in org.apache.batik.css.dom declared as CSSOMStyleDeclaration.ValueProvider Modifier and Type Field Description protected CSSOMStyleDeclaration.ValueProvider
CSSOMStyleDeclaration. valueProvider
The associated value.Constructors in org.apache.batik.css.dom with parameters of type CSSOMStyleDeclaration.ValueProvider Constructor Description CSSOMStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent)
Creates a new style declaration.CSSOMSVGStyleDeclaration(CSSOMStyleDeclaration.ValueProvider vp, org.w3c.dom.css.CSSRule parent, CSSEngine eng)
Creates a new CSSOMSVGStyleDeclaration.
-