org.apache.batik.css.engine
Interface StyleDeclarationProvider

All Known Implementing Classes:
CSSOMStoredStyleDeclaration

public interface StyleDeclarationProvider

An interface for CSSStyleDeclaration objects to expose their underlying StyleDeclaration objects storing the properties.


Method Summary
 StyleDeclaration getStyleDeclaration()
          Returns the object storing the properties of this style declaration.
 void setStyleDeclaration(StyleDeclaration sd)
          Sets the object storing the properties of this style declaration.
 

Method Detail

getStyleDeclaration

public StyleDeclaration getStyleDeclaration()
Returns the object storing the properties of this style declaration.


setStyleDeclaration

public void setStyleDeclaration(StyleDeclaration sd)
Sets the object storing the properties of this style declaration.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.