Uses of Interface
org.apache.batik.css.dom.CSSOMStyleDeclaration.ValueProvider
Packages that use CSSOMStyleDeclaration.ValueProvider
-
Uses of CSSOMStyleDeclaration.ValueProvider in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement CSSOMStyleDeclaration.ValueProviderModifier and TypeClassDescriptionprotected class
This class is a CSSStyleDeclaration for the override style of the element.class
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.ValueProviderModifier and TypeClassDescriptionclass
A class for SVG style declarations that store their properties in aStyleDeclaration
.Fields in org.apache.batik.css.dom declared as CSSOMStyleDeclaration.ValueProviderModifier and TypeFieldDescriptionprotected CSSOMStyleDeclaration.ValueProvider
CSSOMStyleDeclaration.valueProvider
The associated value.Constructors in org.apache.batik.css.dom with parameters of type CSSOMStyleDeclaration.ValueProviderModifierConstructorDescriptionCreates a new style declaration.CSSOMSVGStyleDeclaration
(CSSOMStyleDeclaration.ValueProvider vp, CSSRule parent, CSSEngine eng) Creates a new CSSOMSVGStyleDeclaration.