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 classSVGStylableElement.OverrideStyleDeclarationThis class is a CSSStyleDeclaration for the override style of the element.classSVGStylableElement.StyleDeclarationThis 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 classCSSOMStoredStyleDeclarationA 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.ValueProviderCSSOMStyleDeclaration. valueProviderThe 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.
-