Uses of Interface
org.apache.batik.css.engine.StyleDeclarationProvider
-
Packages that use StyleDeclarationProvider Package Description org.apache.batik.anim.dom org.apache.batik.css.dom org.apache.batik.css.engine org.apache.batik.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). -
-
Uses of StyleDeclarationProvider in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement StyleDeclarationProvider 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.Methods in org.apache.batik.anim.dom that return StyleDeclarationProvider Modifier and Type Method Description StyleDeclarationProvider
SVGStylableElement. getOverrideStyleDeclarationProvider()
Returns the object that gives access to the underlyingStyleDeclaration
for the override style of this element. -
Uses of StyleDeclarationProvider in org.apache.batik.css.dom
Classes in org.apache.batik.css.dom that implement StyleDeclarationProvider Modifier and Type Class Description class
CSSOMStoredStyleDeclaration
A class for SVG style declarations that store their properties in aStyleDeclaration
. -
Uses of StyleDeclarationProvider in org.apache.batik.css.engine
Methods in org.apache.batik.css.engine that return StyleDeclarationProvider Modifier and Type Method Description StyleDeclarationProvider
CSSStylableElement. getOverrideStyleDeclarationProvider()
Returns the object that gives access to the underlyingStyleDeclaration
for the override style of this element. -
Uses of StyleDeclarationProvider in org.apache.batik.extension
Methods in org.apache.batik.extension that return StyleDeclarationProvider Modifier and Type Method Description StyleDeclarationProvider
StylableExtensionElement. getOverrideStyleDeclarationProvider()
Returns the object that gives access to the underlyingStyleDeclaration
for the override style of this element.
-