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 classThis class is a CSSStyleDeclaration for the override style of the element.classThis 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 TypeClassDescriptionclassA 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.ValueProviderCSSOMStyleDeclaration.valueProviderThe 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.