org.apache.batik.css.engine

Interface StyleDeclarationProvider

public interface StyleDeclarationProvider

An interface for org.w3c.dom.css.CSSStyleDeclaration objects to expose their underlying 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) 2008 Apache Software Foundation. All Rights Reserved.