org.apache.batik.css.engine

Interface StyleDeclarationProvider

public interface StyleDeclarationProvider

An interface for {@link org.w3c.dom.css.CSSStyleDeclaration} objects to expose their underlying {@link StyleDeclaration} objects storing the properties.
Method Summary
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

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 B) 2007 Apache Software Foundation. All Rights Reserved.