Package org.apache.batik.css.engine
Interface StyleDeclarationProvider
-
- All Known Implementing Classes:
CSSOMStoredStyleDeclaration,SVGStylableElement.OverrideStyleDeclaration,SVGStylableElement.StyleDeclaration
public interface StyleDeclarationProviderAn interface forCSSStyleDeclarationobjects to expose their underlyingStyleDeclarationobjects storing the properties.- Version:
- $Id: StyleDeclarationProvider.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StyleDeclarationgetStyleDeclaration()Returns the object storing the properties of this style declaration.voidsetStyleDeclaration(StyleDeclaration sd)Sets the object storing the properties of this style declaration.
-
-
-
Method Detail
-
getStyleDeclaration
StyleDeclaration getStyleDeclaration()
Returns the object storing the properties of this style declaration.
-
setStyleDeclaration
void setStyleDeclaration(StyleDeclaration sd)
Sets the object storing the properties of this style declaration.
-
-