Package org.apache.batik.css.engine
Interface StyleDeclarationProvider
- All Known Implementing Classes:
CSSOMStoredStyleDeclaration
,SVGStylableElement.OverrideStyleDeclaration
,SVGStylableElement.StyleDeclaration
public interface StyleDeclarationProvider
An interface for
CSSStyleDeclaration
objects to
expose their underlying StyleDeclaration
objects storing the
properties.- Version:
- $Id: StyleDeclarationProvider.java 1733416 2016-03-03 07:07:13Z gadams $
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object storing the properties of this style declaration.void
Sets the object storing the properties of this style declaration.
-
Method Details
-
getStyleDeclaration
StyleDeclaration getStyleDeclaration()Returns the object storing the properties of this style declaration. -
setStyleDeclaration
Sets the object storing the properties of this style declaration.
-