org.apache.batik.css.dom

Class CSSOMStyleDeclaration.StyleDeclarationValue

public class CSSOMStyleDeclaration.StyleDeclarationValue extends CSSOMValue implements CSSOMValue.ValueProvider

This class represents a CSS value returned by this declaration.
Field Summary
protected Stringproperty
The property name.
Constructor Summary
StyleDeclarationValue(String prop)
Creates a new StyleDeclarationValue.
Method Summary
ValuegetValue()
Returns the current value associated with this object.

Field Detail

property

protected String property
The property name.

Constructor Detail

StyleDeclarationValue

public StyleDeclarationValue(String prop)
Creates a new StyleDeclarationValue.

Method Detail

getValue

public Value getValue()
Returns the current value associated with this object.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.